Skip to content

Commit

Permalink
stop mocha from using latest *
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcdonald committed Mar 12, 2020
1 parent 35f5d53 commit 03dfe20
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 @@ -37,7 +37,7 @@
"istanbul": "^0.4.4",
"jscs": "^3.0.5",
"jshint": "^2.7.0",
"mocha": "*"
"mocha": "^2.5.1"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
Expand Down

0 comments on commit 03dfe20

Please sign in to comment.