Update node-pre-gyp

The older `node-pre-gyp` version prevented proper handling with electron (as shown in https://github.com/mapbox/node-pre-gyp/pull/175).
This commit is contained in:
Dan Schultzer 2016-09-02 15:03:20 -07:00 committed by GitHub
parent 870ffb56c2
commit 0471feedf8

View File

@ -6,7 +6,7 @@
"dependencies": {
"buffers": "^0.1.1",
"nan": "^2.0.9",
"node-pre-gyp": "^0.6.11"
"node-pre-gyp": "^0.6.30"
},
"devDependencies": {
"tape": "^3.0.0",