From 4fc23e323f4be46c304083c89fbc63ff1b1b251a Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Aug 2022 09:00:28 +0800 Subject: [PATCH] rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*' --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9dd332b..7ba71c9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "usend-websocket-uniapp", + "name": "wo-user-websocket-uniapp", "version": "1.0.0", "description": "uniapp people side websocket", "main": "unisocket.js", @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://git.faronear.org/npm/usend-websocket-uniapp.git" + "url": "https://git.faronear.org/npm/wo-user-websocket-uniapp.git" }, "author": "", "license": "ISC"