From 05221bad2664e8e31b33cc97d8acbf2f1cb0e157 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 1 May 2018 15:21:58 -0700 Subject: [PATCH] Add a missing directory to grpc package.json --- packages/grpc-native-core/package.json | 1 + packages/grpc-native-core/templates/package.json.template | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index c112e7729..627386c3f 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -71,6 +71,7 @@ "deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}", "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}", "binding.gyp" ], diff --git a/packages/grpc-native-core/templates/package.json.template b/packages/grpc-native-core/templates/package.json.template index 35f55b0ea..383eb4ec9 100644 --- a/packages/grpc-native-core/templates/package.json.template +++ b/packages/grpc-native-core/templates/package.json.template @@ -73,6 +73,7 @@ "deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}", "deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}", "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}", "binding.gyp" ],