From d0eb23c82abcd7d4bcca83f568bfe5acf090889b Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Aug 2022 09:00:18 +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 27cfd3f..230f6a8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "usend-part-uniapp", + "name": "wo-user-part-uniapp", "version": "1.0.0", "description": "uniapp people side page components (parts)", "main": "index.js", @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://git.faronear.org/npm/usend-part-uniapp" + "url": "https://git.faronear.org/npm/wo-user-part-uniapp" }, "author": "luk.lu", "license": "ISC",