mirror of https://github.com/grpc/grpc-node.git
Merge pull request #304 from murgatroid99/package_missing_files
Add a missing directory to grpc package.json
This commit is contained in:
commit
13afb85154
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue