mirror of https://github.com/grpc/grpc-node.git
Restore node-pre-gyp bundled dependency
This commit is contained in:
parent
5baa8a12a5
commit
fee09c623f
|
@ -23,6 +23,7 @@
|
|||
"install": "node-pre-gyp install",
|
||||
"prepublishOnly": "git submodule update --init --recursive && node copy_well_known_protos.js"
|
||||
},
|
||||
"bundledDependencies": ["node-pre-gyp"],
|
||||
"dependencies": {
|
||||
"node-pre-gyp": "^0.12.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue