删掉 so.base,换用 npm/sysconfig 和 webtoken

This commit is contained in:
Luk Lu
2021-01-24 11:59:03 +08:00
parent 4aab66a02f
commit ebab1a3122
2 changed files with 6 additions and 5 deletions

View File

@@ -15,8 +15,9 @@
"morgan": "^1.9.0",
"multer": "^1.4.2",
"serve-favicon": "^2.5.0",
"so.base": "git+https://git.faronear.org/so/so.base",
"vhost": "^3.0.2"
"sysconfig": "git+https://git.faronear.org/npm/sysconfig",
"vhost": "^3.0.2",
"webtoken": "git+https://git.faronear.org/npm/webtoken"
},
"devDependencies": {
"cross-env": "^7.0.2",