修改本地文件
Showing
.gitignore
0 → 100644
deploy.sh
0 → 100755
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "shop_mobile_uni", | |||
"version": "1.0.0", | |||
"description": "商城多端统一系统", | |||
"main": "main.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "http://39.96.27.29/zhengxiuming/shop_mobile_uni.git" | |||
}, | |||
"author": "zxm", | |||
"license": "ISC", | |||
"devDependencies": { | |||
"gulp": "^4.0.2", | |||
"gulp-oss-publish": "^1.0.4" | |||
} | |||
} |
Please register or sign in to comment