Skip to content

Commit

Permalink
Merge pull request #13 from iensu/fix/accept-mocha-5-as-peer
Browse files Browse the repository at this point in the history
Allow Mocha 4 and above as peer dependency
  • Loading branch information
iensu authored Mar 4, 2018
2 parents d5e1078 + e6af2ac commit 3da42ee
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 @@ -38,7 +38,7 @@
],
"homepage": "https://github.com/iensu/mocha-cakes-2#readme",
"peerDependencies": {
"mocha": "4.x"
"mocha": ">= 4"
},
"devDependencies": {
"bluebird": "^3.5.1",
Expand Down

0 comments on commit 3da42ee

Please sign in to comment.