Skip to content

Commit 5ae209b

Browse files
realitykinggajus
authored andcommitted
chore: update mocha to version & indicate supported node versions in package.json (#58)
* Update mocha to version 5.0 * Indicate which Node.js version are supported in package.json
1 parent 5f6e334 commit 5ae209b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@
2626
"eslint-config-canonical": "^9.3.1",
2727
"gitdown": "^2.5.1",
2828
"husky": "^0.14.3",
29-
"mocha": "^3.5.3",
29+
"mocha": "^5.0.0",
3030
"nyc": "^11.2.1",
3131
"sinon": "^4.0.0"
3232
},
33+
"engines": {
34+
"node": ">=4.0.0"
35+
},
3336
"keywords": [
3437
"ascii",
3538
"text",

0 commit comments

Comments
 (0)