Skip to content

Commit

Permalink
Install mocha explicitly
Browse files Browse the repository at this point in the history
In NPM v3 peerDependencies (such as that of karma-mocha on mocha) will
not be automatically fulfilled.
  • Loading branch information
nickstenning committed Apr 10, 2015
1 parent ce16f3e commit 8b9a0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"mocha": "^2.2.4",
"sinon": "^1.14.1",
"through": "^2.3.7",
"uglify-js": "~2.4.12",
Expand Down

0 comments on commit 8b9a0a0

Please sign in to comment.