Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
remove bower install from package.json as the dependencies are includ…
Browse files Browse the repository at this point in the history
…ed anyway and it breaks tests
  • Loading branch information
rikkertkoppes committed Nov 21, 2014
1 parent 49d87d3 commit 0d7fec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "fll scoring application",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers Firefox --reporters dots,coverage",
"install": "bower install"
"test": "./node_modules/.bin/karma start --single-run --browsers Firefox --reporters dots,coverage"
},
"repository": "",
"author": "rikkert@rikkertkoppes.com",
Expand Down

0 comments on commit 0d7fec6

Please sign in to comment.