Commit c946b91c28cce03029678d52b47269390f96caf7
1 parent
7c806b300d
Exists in
master
agrego script de instalación para desarrollo
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
package.json
| ... | ... | @@ -6,7 +6,8 @@ |
| 6 | 6 | "scripts": { |
| 7 | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
| 8 | 8 | "compile": "gulp uglify", |
| 9 | - "postinstall": "npm run compile && gulp clean-post-install" | |
| 9 | + "postinstall": "npm run compile && gulp clean-post-install", | |
| 10 | + "install-dev": "npm install -D angular gulp gulp-clean gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify jquery jshint pump" | |
| 10 | 11 | }, |
| 11 | 12 | "pre-commit": [ |
| 12 | 13 | "gulp-pre-commit" |
| ... | ... | @@ -30,7 +31,7 @@ |
| 30 | 31 | "pump": "^3.0.0" |
| 31 | 32 | }, |
| 32 | 33 | "devDependencies": { |
| 33 | - "angular": "^1.7.4", | |
| 34 | + "angular": "^1.7.5", | |
| 34 | 35 | "gulp": "^3.9.1", |
| 35 | 36 | "gulp-clean": "^0.4.0", |
| 36 | 37 | "gulp-concat": "^2.6.1", |