Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Fixing Mocha version to support Node 4 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Colombier committed Apr 2, 2019
1 parent 77ea47b commit 7aaff61
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 @@ -40,7 +40,7 @@
"@types/winston": "^2.3.7",
"chai": "latest",
"dependency-check": "^2.9.1",
"mocha": "latest",
"mocha": "~5.2.0",
"proxyquire-2": "^1.0.7",
"typescript": "~2.6.2"
},
Expand Down

0 comments on commit 7aaff61

Please sign in to comment.