mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Update node-pre-gyp to pickup fix for #1362
node-pre-gyp 0.12.0 uses needle 2.4.1 which has the bug in it. Even with grpc 1.24.3, which refers to the updated version, it seems npm can decide to use the older version referenced by this package.
This commit is contained in:
parent
c36b3dbda3
commit
e8f7fb5cbd
@ -24,7 +24,7 @@
|
||||
"prepublishOnly": "git submodule update --init --recursive && node copy_well_known_protos.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-pre-gyp": "^0.12.0"
|
||||
"node-pre-gyp": "^0.15.0"
|
||||
},
|
||||
"binary": {
|
||||
"module_name": "grpc_tools",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user