update
Showing
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| "main": "index.js", | "main": "index.js", | ||
| "scripts": { | "scripts": { | ||
| "deploy": "node deploy.js", | "deploy": "node deploy.js", | ||
| "deploy:sourcemap": "fundebug-cli upload --apikey '0a540efc461d456c65a96fcb31e339b0c9c56308169c5e49e6b556ea5df44934' --directory ./released", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| ... | @@ -18,10 +19,12 @@ | ... | @@ -18,10 +19,12 @@ |
| "ali-oss": "^4.11.4", | "ali-oss": "^4.11.4", | ||
| "chalk": "^2.3.0", | "chalk": "^2.3.0", | ||
| "co": "^4.6.0", | "co": "^4.6.0", | ||
| "fundebug-cli": "^0.2.1", | |||
| "gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
| "gulp-concat": "^2.6.1", | "gulp-concat": "^2.6.1", | ||
| "gulp-sourcemaps": "^2.6.4", | "gulp-sourcemaps": "^2.6.4", | ||
| "gulp-uglify": "^3.0.0", | "gulp-uglify": "^3.0.0", | ||
| "progress": "^2.0.0" | "progress": "^2.0.0" | ||
| } | }, | ||
| "dependencies": {} | |||
| } | } |
Please register or sign in to comment