reorg so.* to sol.*

This commit is contained in:
Luk Lu
2021-05-09 15:51:58 +08:00
parent a0c355d069
commit 698c925c36
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "so.webserver",
"name": "sol.webserver",
"version": "1.0.0",
"description": "Launch web server",
"main": "server.js",
@@ -15,8 +15,8 @@
"morgan": "^1.9.0",
"multer": "^1.4.2",
"serve-favicon": "^2.5.0",
"so.sysconfig": "git+https://git.faronear.org/npm/so.sysconfig",
"so.webtoken": "git+https://git.faronear.org/npm/so.webtoken",
"sol.sysconfig": "git+https://git.faronear.org/npm/sol.sysconfig",
"sol.webtoken": "git+https://git.faronear.org/npm/sol.webtoken",
"vhost": "^3.0.2"
},
"devDependencies": {