Commit 72ca2a4c0456a16799b8a3dca36455efa1d7a146
1 parent
8ad5cfe2
Exists in
master
and in
30 other branches
added bower as dev dependency (needed to run tests on jenkins)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
package.json
@@ -24,6 +24,7 @@ | @@ -24,6 +24,7 @@ | ||
24 | "fix-jqlite": "ts-node --project ./dev-scripts dev-scripts/fix-jqlite.ts" | 24 | "fix-jqlite": "ts-node --project ./dev-scripts dev-scripts/fix-jqlite.ts" |
25 | }, | 25 | }, |
26 | "devDependencies": { | 26 | "devDependencies": { |
27 | + "bower": "^1.7.7", | ||
27 | "browser-sync": "~2.9.11", | 28 | "browser-sync": "~2.9.11", |
28 | "browser-sync-spa": "~1.0.3", | 29 | "browser-sync-spa": "~1.0.3", |
29 | "chalk": "~1.1.1", | 30 | "chalk": "~1.1.1", |