Commit f6fa0a0b3f4525b3bc0b5fd6a44ce7b00fa2e92e
1 parent
d81889c2
Exists in
master
and in
36 other branches
Add missing dependencies
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
package.json
... | ... | @@ -11,6 +11,7 @@ |
11 | 11 | "browser-sync": "~2.9.11", |
12 | 12 | "browser-sync-spa": "~1.0.3", |
13 | 13 | "chalk": "~1.1.1", |
14 | + "concurrently": "^2.0.0", | |
14 | 15 | "del": "~2.0.2", |
15 | 16 | "eslint-plugin-angular": "~0.12.0", |
16 | 17 | "estraverse": "~4.1.0", |
... | ... | @@ -55,7 +56,8 @@ |
55 | 56 | "uglify-save-license": "~0.4.1", |
56 | 57 | "webpack": "^1.12.14", |
57 | 58 | "wiredep": "~2.2.2", |
58 | - "wrench": "~1.5.8" | |
59 | + "wrench": "~1.5.8", | |
60 | + "yargs": "^4.2.0" | |
59 | 61 | }, |
60 | 62 | "engines": { |
61 | 63 | "node": ">=0.10.0" | ... | ... |