diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index 8b0b63f2f..7b53e7cad 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -75,6 +75,7 @@ "deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/third_party/**/*.{c,h}", "deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}", + "deps/grpc/third_party/address_sorting/**/*.{c,h}", "binding.gyp" ], "main": "index.js", diff --git a/packages/grpc-native-core/templates/package.json.template b/packages/grpc-native-core/templates/package.json.template index 9949797c0..fefba6970 100644 --- a/packages/grpc-native-core/templates/package.json.template +++ b/packages/grpc-native-core/templates/package.json.template @@ -77,6 +77,7 @@ "deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/third_party/**/*.{c,h}", "deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}", + "deps/grpc/third_party/address_sorting/**/*.{c,h}", "binding.gyp" ], "main": "index.js",