rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'

This commit is contained in:
陆柯 2022-08-17 09:00:22 +08:00
parent f16b69131c
commit 4e313a678b

View File

@ -1,5 +1,5 @@
{ {
"name": "usend-style-scss", "name": "wo-user-style-scss",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
@ -8,7 +8,7 @@
"license": "ISC", "license": "ISC",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.faronear.org/npm/usend-style-scss" "url": "https://git.faronear.org/npm/wo-user-style-scss"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"