Skip to content

Commit

Permalink
Upgrade Mocha to v2 to fix Node v4 and before compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed Sep 13, 2018
1 parent f6f2b70 commit 88bb960
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 @@ -42,7 +42,7 @@
},

"devDependencies": {
"mocha": ">= 1.12.0 < 1.19",
"mocha": ">= 1.12.0 < 3",
"must": ">= 0.13 < 0.14",
"sinon": ">= 1.9 < 2"
},
Expand Down

0 comments on commit 88bb960

Please sign in to comment.