Skip to content

Commit

Permalink
Downgrading node-pre-gyp.
Browse files Browse the repository at this point in the history
Starting probably with mapbox/node-pre-gyp#299, the contents of the tarballs are bloated. Rolling back to 0.7.0.
  • Loading branch information
nicolasnoble committed Mar 28, 2018
1 parent bc78f31 commit 67dfef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-native-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-native-core/templates/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 67dfef8

Please sign in to comment.