Skip to content

Commit

Permalink
test: upgrade to mocha@5
Browse files Browse the repository at this point in the history
  • Loading branch information
n-riesco committed Oct 2, 2018
1 parent b5e025e commit 85ef84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"zeromq": "5"
},
"engines": {
"node": ">=6.0"
"node": ">=6"
},
"devDependencies": {
"debug": "2",
"eslint": "2",
"jsdoc": "3",
"mocha": "3"
"mocha": "5"
},
"scripts": {
"doc": "jsdoc -R README.md -d doc index.js",
Expand Down

0 comments on commit 85ef84d

Please sign in to comment.