From a8ed107946c5a7486ed2bd26bd96efcb862092d3 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Aug 2022 08:59:49 +0800 Subject: [PATCH] rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 508fc4b..189c750 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "basend-netinfo", + "name": "wo-base-netinfo", "version": "1.0.0", "description": "", "main": "index.js",