Skip to content

Commit

Permalink
Merge pull request #1371 from Naktibalda/dont-use-bundledDependencies
Browse files Browse the repository at this point in the history
Don't use bundledDependencies
  • Loading branch information
murgatroid99 committed May 7, 2020
2 parents 4db637e + bbec451 commit ed608f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/grpc-native-core/package.json
Expand Up @@ -25,9 +25,6 @@
"install": "node-pre-gyp install --fallback-to-build --library=static_library",
"prepack": "git submodule update --init --recursive && npm install"
},
"bundledDependencies": [
"node-pre-gyp"
],
"dependencies": {
"@types/bytebuffer": "^5.0.40",
"lodash.camelcase": "^4.3.0",
Expand Down
1 change: 0 additions & 1 deletion packages/grpc-tools/package.json
Expand Up @@ -23,7 +23,6 @@
"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"
},
Expand Down

0 comments on commit ed608f8

Please sign in to comment.