Merge pull request #774 from ilari-makimattila/master

Make node-pre-gyp a regular dependency
This commit is contained in:
Michael Lumish 2019-03-13 16:03:38 -07:00 committed by GitHub
commit 9bbe7057b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
"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/",