Commit a964a86eb5adb6a8325cfa36ffc07f18ae2e8137
1 parent
f5b240a6b7
Exists in
master
gulp-uglify and foca-modal como dependencias de desarrollo
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
package.json
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | "compile": "gulp uglify", |
| 9 | 9 | "gulp-pre-commit": "gulp pre-commit", |
| 10 | 10 | "postinstall": "npm run compile && gulp clean-post-install", |
| 11 | - "install-dev": "npm install -D gulp gulp-connect jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp-angular-templatecache gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es jquery jshint pump" | |
| 11 | + "install-dev": "npm install -D gulp gulp-connect jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp-angular-templatecache gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+https://192.168.0.11/modulos-npm/foca-modal-confirm.git" | |
| 12 | 12 | }, |
| 13 | 13 | "pre-commit": [ |
| 14 | 14 | "gulp-pre-commit" |
| ... | ... | @@ -37,6 +37,7 @@ |
| 37 | 37 | "angular": "^1.7.4", |
| 38 | 38 | "angular-route": "^1.7.5", |
| 39 | 39 | "bootstrap": "^4.1.3", |
| 40 | + "foca-modal-confirm": "git+https://192.168.0.11/modulos-npm/foca-modal-confirm.git", | |
| 40 | 41 | "font-awesome": "^4.7.0", |
| 41 | 42 | "gulp": "^3.9.1", |
| 42 | 43 | "gulp-angular-templatecache": "^2.2.1", |
| ... | ... | @@ -47,6 +48,7 @@ |
| 47 | 48 | "gulp-rename": "^1.4.0", |
| 48 | 49 | "gulp-replace": "^1.0.0", |
| 49 | 50 | "gulp-sequence": "^1.0.0", |
| 51 | + "gulp-uglify": "^3.0.1", | |
| 50 | 52 | "gulp-uglify-es": "^1.0.4", |
| 51 | 53 | "jasmine-core": "^3.2.1", |
| 52 | 54 | "jquery": "^3.3.1", |