Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
fix(deps): Fix peer dependency version for mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Sep 30, 2016
1 parent 88530be commit aa09049
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 @@ -32,7 +32,7 @@
},
"peerDependencies": {
"stryker-api": "0.3.0-0",
"mocha": "^2.3.3|^3.0.2"
"mocha": ">= 2.3.3 < 4"
},
"devDependencies": {
"@types/chai": "^3.4.32",
Expand Down

0 comments on commit aa09049

Please sign in to comment.