From 2aebf15cefc79a4cd6b48a442d48295cb108dd08 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Aug 2022 09:00:08 +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 5ca0165..1817c43 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "corend-rpcsocket", + "name": "wo-core-rpcsocket", "version": "0.1.0", "main": "rpcsocket.js", "private": true,