rename all base.xxx to basend-xxx
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"boot": "npx rimraf node_modules package-lock.json & npm i",
|
||||
"check": "umi dev",
|
||||
"create": "umi build",
|
||||
"deploy": "node ./node_modules/base.deployer/deploy.js",
|
||||
"deploy": "node ./node_modules/basend-deployer/deploy.js",
|
||||
"serve.pm2": "cross-env NODE_ENV=production pm2 start ./node_modules/basend-webserver/server.js --name vic.user.react",
|
||||
"lint:es": "eslint --ext .js src mock tests",
|
||||
"lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"",
|
||||
@@ -39,7 +39,7 @@
|
||||
"@types/react-dom": "^16.9.0",
|
||||
"@types/react-test-renderer": "^16.0.3",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"base.deployer": "git+https://git.faronear.org/npm/base.deployer",
|
||||
"basend-deployer": "git+https://git.faronear.org/npm/basend-deployer",
|
||||
"basend-webserver": "git+https://git.faronear.org/npm/basend-webserver",
|
||||
"bluebird": "^3.5.5",
|
||||
"chalk": "^2.4.2",
|
||||
|
||||
Reference in New Issue
Block a user