Commit 72ca2a4c0456a16799b8a3dca36455efa1d7a146

Authored by ABNER SILVA DE OLIVEIRA
1 parent 8ad5cfe2

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 24 "fix-jqlite": "ts-node --project ./dev-scripts dev-scripts/fix-jqlite.ts"
25 25 },
26 26 "devDependencies": {
  27 + "bower": "^1.7.7",
27 28 "browser-sync": "~2.9.11",
28 29 "browser-sync-spa": "~1.0.3",
29 30 "chalk": "~1.1.1",
... ...