Skip to content

Commit

Permalink
Allow mocha 4.x as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Reimann committed Oct 3, 2017
1 parent f7870cb commit 3b5a26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,6 +36,6 @@
"xml": "^1.0.0"
},
"peerDependencies": {
"mocha": "^3 || ^2.2.5"
"mocha": "^4 || ^3 || ^2.2.5"
}
}

0 comments on commit 3b5a26c

Please sign in to comment.