Skip to content

Commit 9bbe705

Browse files
authored
Merge pull request #774 from ilari-makimattila/master
Make node-pre-gyp a regular dependency
2 parents a35ec38 + fee09c6 commit 9bbe705

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/grpc-tools/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"prepublishOnly": "git submodule update --init --recursive && node copy_well_known_protos.js"
2525
},
2626
"bundledDependencies": ["node-pre-gyp"],
27+
"dependencies": {
28+
"node-pre-gyp": "^0.12.0"
29+
},
2730
"binary": {
2831
"module_name": "grpc_tools",
2932
"host": "https://node-precompiled-binaries.grpc.io/",

0 commit comments

Comments
 (0)