merge
Showing
This diff is collapsed.
| ... | @@ -2,9 +2,14 @@ | ... | @@ -2,9 +2,14 @@ |
| "name": "shop_mobile_uni", | "name": "shop_mobile_uni", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "商城多端统一系统", | "description": "商城多端统一系统", | ||
| "main": "main.js", | |||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1", | ||
| "gulp:test": "gulp --env test", | |||
| "gulp:mirror": "gulp --env mirror", | |||
| "gulp:prod": "gulp --env prod", | |||
| "path:test": "node path.js test", | |||
| "path:mirror": "node path.js mirror", | |||
| "path:prod": "node path.js prod" | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -14,6 +19,9 @@ | ... | @@ -14,6 +19,9 @@ |
| "license": "ISC", | "license": "ISC", | ||
| "devDependencies": { | "devDependencies": { | ||
| "gulp": "^4.0.2", | "gulp": "^4.0.2", | ||
| "gulp-oss-publish": "^1.0.4" | "gulp-if": "^3.0.0", | ||
| "gulp-oss-publish": "^1.0.4", | |||
| "js-beautify": "^1.10.3", | |||
| "minimist": "^1.2.0" | |||
| } | } | ||
| } | } |
path.js
0 → 100644
Please register or sign in to comment