Skip to content

Commit

Permalink
fixing mocha version as the last version no longer supports node 6
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Santos <[email protected]>
  • Loading branch information
Thiago Santos committed Jun 25, 2020
1 parent e83d73a commit ad3890c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"chai": "*",
"eslint": "^5.1.0",
"eslint-plugin-node": "*",
"mocha": "*",
"mocha": "^6.0.0",
"selfsigned": "*",
"winston": "*"
},
Expand Down

0 comments on commit ad3890c

Please sign in to comment.