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

This commit is contained in:
luk.lu
2022-08-17 08:59:52 +08:00
parent f44957f3dd
commit 390f44b65b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "basend-webserver",
"name": "wo-base-webserver",
"version": "1.0.0",
"description": "Launch web server",
"main": "webserver.js",
@@ -12,7 +12,7 @@
"serve.pm2": "npx cross-env NODE_ENV=production npx pm2 start server.js"
},
"dependencies": {
"basend-envar": "git+https://git.faronear.org/npm/basend-envar",
"wo-base-envar": "git+https://git.faronear.org/npm/wo-base-envar",
"body-parser": "^1.18.2",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",