mirror of
https://github.com/grpc/grpc-node.git
synced 2026-02-01 14:54:35 +00:00
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…
x
Reference in New Issue
Block a user