Skip to content

Commit

Permalink
Publish .inc files from abseil and upb
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Oct 2, 2019
1 parent 767f2c7 commit 5876f61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/grpc-native-core/package.json
Expand Up @@ -67,13 +67,13 @@
"deps/grpc/include/grpc/**/*.h",
"deps/grpc/src/core/**/*.{c,cc,h}",
"deps/grpc/src/boringssl/err_data.c",
"deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}",
"deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh,inc}",
"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/nanopb/*.{c,cc,h}",
"deps/grpc/third_party/upb/**/*.{c,h}",
"deps/grpc/third_party/upb/**/*.{c,h,inc}",
"deps/grpc/third_party/zlib/**/*.{c,cc,h}",
"binding.gyp"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/grpc-native-core/templates/package.json.template
Expand Up @@ -69,13 +69,13 @@
"deps/grpc/include/grpc/**/*.h",
"deps/grpc/src/core/**/*.{c,cc,h}",
"deps/grpc/src/boringssl/err_data.c",
"deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}",
"deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh,inc}",
"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/nanopb/*.{c,cc,h}",
"deps/grpc/third_party/upb/**/*.{c,h}",
"deps/grpc/third_party/upb/**/*.{c,h,inc}",
"deps/grpc/third_party/zlib/**/*.{c,cc,h}",
"binding.gyp"
],
Expand Down

0 comments on commit 5876f61

Please sign in to comment.