mirror of https://github.com/grpc/grpc-node.git
Make node-pre-gyp a regular dependency
This commit is contained in:
parent
a35ec38b69
commit
5baa8a12a5
|
|
@ -23,7 +23,9 @@
|
|||
"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"
|
||||
},
|
||||
"binary": {
|
||||
"module_name": "grpc_tools",
|
||||
"host": "https://node-precompiled-binaries.grpc.io/",
|
||||
|
|
|
|||
Loading…
Reference in New Issue