Commit f6fa0a0b3f4525b3bc0b5fd6a44ce7b00fa2e92e

Authored by Victor Costa
1 parent d81889c2
Exists in master and in 1 other branch dev-fixes

Add missing dependencies

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