Skip to content

Commit

Permalink
stop npm trying to install non BC version of karma-mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Jul 26, 2014
1 parent da7840f commit 75819ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"grunt": "~0.4.1",
"karma": "~0.10.1",
"grunt-contrib-jshint": "~0.6.3",
"karma-mocha": "~0.1.0",
"karma-mocha": "0.1.3",
"karma-phantomjs-launcher": "~0.1.0",
"mocha": "~1.12.0",
"karma-coffee-preprocessor": "~0.1.0",
Expand Down

0 comments on commit 75819ad

Please sign in to comment.