批量重命名 npm/* 使用标准前缀 base|core|user

This commit is contained in:
Luk Lu
2021-09-16 21:53:17 +08:00
parent 2e64e061af
commit c1a7660c38
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "sol.webserver",
"name": "base.webserver",
"version": "1.0.0",
"description": "Launch web server",
"main": "server.js",
@@ -25,8 +25,8 @@
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"serve-favicon": "^2.5.0",
"sol.enviconfig": "git+https://git.faronear.org/npm/sol.enviconfig",
"sol.nettool": "git+https://git.faronear.org/npm/sol.nettool",
"base.enviconfig": "git+https://git.faronear.org/npm/base.enviconfig",
"base.nettool": "git+https://git.faronear.org/npm/base.nettool",
"vhost": "^3.0.2"
},
"devDependencies": {