Commit a74c0be376ec58f30eadcf3ef2c6e1e4247f38be
1 parent
71ce284bd1
Exists in
master
agrego a devdependencies cookies y route
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
package.json
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | "compile": "gulp compile", |
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 bootstrap 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 angular-cookies bootstrap font-awesome gulp-angular-templatecache gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-replace jquery jshint pump" | |
12 | 12 | }, |
13 | 13 | "pre-commit": [ |
14 | 14 | "gulp-pre-commit" |
... | ... | @@ -34,7 +34,9 @@ |
34 | 34 | "pump": "^3.0.x" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | - "angular": "^1.7.4", | |
37 | + "angular": "^1.7.5", | |
38 | + "angular-cookies": "^1.7.5", | |
39 | + "angular-route": "^1.7.5", | |
38 | 40 | "bootstrap": "^4.1.3", |
39 | 41 | "font-awesome": "^4.7.0", |
40 | 42 | "gulp": "^3.9.1", |