Skip to content

Commit 38d7498

Browse files
author
Thiago Santos
committed
fixing mocha version as the last version no longer supports node 6
1 parent e83d73a commit 38d7498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"chai": "*",
4040
"eslint": "^5.1.0",
4141
"eslint-plugin-node": "*",
42-
"mocha": "*",
42+
"mocha": "^6.0.0",
4343
"selfsigned": "*",
4444
"winston": "*"
4545
},

0 commit comments

Comments
 (0)