Downgrading node-pre-gyp.

Starting probably with https://github.com/mapbox/node-pre-gyp/pull/299, the contents of the tarballs are bloated. Rolling back to 0.7.0.
This commit is contained in:
Nicolas "Pixel" Noble 2018-03-20 19:28:44 +01:00
parent bc78f3161d
commit 67dfef8ef3
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"dependencies": {
"lodash": "^4.15.0",
"nan": "^2.0.0",
"node-pre-gyp": "^0.9.0",
"node-pre-gyp": "0.7.0",
"protobufjs": "^5.0.0"
},
"devDependencies": {

View File

@ -32,7 +32,7 @@
"dependencies": {
"lodash": "^4.15.0",
"nan": "^2.0.0",
"node-pre-gyp": "^0.9.0",
"node-pre-gyp": "0.7.0",
"protobufjs": "^5.0.0"
},
"devDependencies": {