From 4e313a678ba490cd94206f1bbac50db6b6ca3c84 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Aug 2022 09:00:22 +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 e1bdc5e..63bdd16 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "usend-style-scss", + "name": "wo-user-style-scss", "version": "1.0.0", "description": "", "main": "index.js", @@ -8,7 +8,7 @@ "license": "ISC", "repository": { "type": "git", - "url": "https://git.faronear.org/npm/usend-style-scss" + "url": "https://git.faronear.org/npm/wo-user-style-scss" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"