Make node-pre-gyp a regular dependency

This commit is contained in:
Ilari Mäkimattila 2019-03-13 14:44:09 +01:00
parent a35ec38b69
commit 5baa8a12a5
1 changed files with 3 additions and 1 deletions

View File

@ -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/",