Skip to content

Commit

Permalink
Update node-pre-gyp and mocha
Browse files Browse the repository at this point in the history
With the merge of mapbox/node-pre-gyp#371,
node-pre-gyp version 10 now works again.

Also grab the new mocha, just because.
  • Loading branch information
Allen Luce committed May 1, 2018
1 parent 98c891b commit 8f46171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"dependencies": {
"async": "^2.6.0",
"nan": "^2.10.0",
"node-pre-gyp": "^0.7.0"
"node-pre-gyp": "^0.10.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.4",
"mocha": "^5.1.1",
"node-pre-gyp-github": "^1.3.1",
"temp": "^0.8.3",
"which": "^1.3.0"
Expand Down

0 comments on commit 8f46171

Please sign in to comment.