From 5be7d14c50c9463b94240bb125caab5ff1c65fb8 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Aug 2022 09:00:00 +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 10af344..0bd0fcf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "basend-webtoken", + "name": "wo-base-webtoken", "main": "webtoken.js", "version": "0.1.0", "private": true,