Skip to content

Commit

Permalink
build(npm): ⬇️ mocha
Browse files Browse the repository at this point in the history
build breaks on node 6 due to mochajs/mocha#3866

using 6.0.2 until that is fixed, or node 6 is de-supported whichever comes first
  • Loading branch information
sverweij committed Apr 7, 2019
1 parent c628a87 commit 25fc294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -91,7 +91,8 @@
},
"upem": {
"donotup": [
"symlink-dir"
"symlink-dir",
"mocha"
]
},
"dependencies": {
Expand Down Expand Up @@ -125,7 +126,7 @@
"eslint-plugin-node": "8.0.1",
"eslint-plugin-security": "1.4.0",
"intercept-stdout": "0.1.2",
"mocha": "6.1.0",
"mocha": "6.0.2",
"normalize-newline": "3.0.0",
"npm-run-all": "4.1.5",
"nyc": "13.3.0",
Expand Down

0 comments on commit 25fc294

Please sign in to comment.