Skip to content

Commit 67dfef8

Browse files
committed
Downgrading node-pre-gyp.
Starting probably with mapbox/node-pre-gyp#299, the contents of the tarballs are bloated. Rolling back to 0.7.0.
1 parent bc78f31 commit 67dfef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/grpc-native-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"lodash": "^4.15.0",
3232
"nan": "^2.0.0",
33-
"node-pre-gyp": "^0.9.0",
33+
"node-pre-gyp": "0.7.0",
3434
"protobufjs": "^5.0.0"
3535
},
3636
"devDependencies": {

packages/grpc-native-core/templates/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"lodash": "^4.15.0",
3434
"nan": "^2.0.0",
35-
"node-pre-gyp": "^0.9.0",
35+
"node-pre-gyp": "0.7.0",
3636
"protobufjs": "^5.0.0"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)