diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index 311054c66..83e911d12 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -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", diff --git a/packages/grpc-tools/package.json b/packages/grpc-tools/package.json index 2bf3feff9..298d64d1b 100644 --- a/packages/grpc-tools/package.json +++ b/packages/grpc-tools/package.json @@ -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" },