Skip to content

Commit ad3890c

Browse files
author
Thiago Santos
committed
fixing mocha version as the last version no longer supports node 6
Signed-off-by: Thiago Santos <[email protected]>
1 parent e83d73a commit ad3890c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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)