rename fiv to vic.imo

This commit is contained in:
luk.lu
2019-09-27 07:17:01 +08:00
parent ecbfd03599
commit 1f9a622346
6 changed files with 16 additions and 16 deletions

View File

@@ -1,11 +1,11 @@
{
"private": true,
"name": "fiv",
"name": "vic.imo",
"scripts": {
"start": "umi dev",
"build": "umi build",
"dist": "npm run build",
"deploy": "node ./node_modules/deployer/deploy.js --type git --repo 'https://github.com/fivhome/webapp' --local 'dist'",
"deploy": "node ./node_modules/deployer/deploy.js --type git --repo 'https://github.com/vichome/webapp' --local 'dist'",
"pub": "node scripts/pub.js",
"all": "npm run build && npm run pub",
"test": "umi test",