Merge pull request #41 from murgatroid99/native_package_included_directories

Remove some unnecessary files from the native npm package
This commit is contained in:
Michael Lumish 2017-09-28 18:09:56 -07:00 committed by GitHub
commit ee7f996fb7
3 changed files with 23 additions and 22 deletions

View File

@ -0,0 +1 @@
**/BUILD

View File

@ -52,18 +52,18 @@
"files": [
"LICENSE",
"README.md",
"deps/grpc/src/proto",
"deps/grpc/etc",
"deps/grpc/etc/",
"index.js",
"src",
"ext",
"deps/grpc/include/grpc",
"deps/grpc/src/core",
"deps/grpc/src/boringssl",
"deps/grpc/src/zlib",
"deps/grpc/third_party/nanopb",
"deps/grpc/third_party/zlib",
"deps/grpc/third_party/boringssl",
"src/*.js",
"ext/*.{cc,h}",
"deps/grpc/include/grpc/**/*.h",
"deps/grpc/src/core/**/*.{c,h}",
"deps/grpc/src/boringssl/*.{c,h}",
"deps/grpc/third_party/nanopb/*.{c,h}",
"deps/grpc/third_party/zlib/**/*.{c,h}",
"deps/grpc/third_party/boringssl/crypto/**/*.{c,h}",
"deps/grpc/third_party/boringssl/include/**/*.{c,h}",
"deps/grpc/third_party/boringssl/ssl/**/*.{c,h}",
"binding.gyp"
],
"main": "index.js",

View File

@ -54,18 +54,18 @@
"files": [
"LICENSE",
"README.md",
"deps/grpc/src/proto",
"deps/grpc/etc",
"deps/grpc/etc/",
"index.js",
"src",
"ext",
"deps/grpc/include/grpc",
"deps/grpc/src/core",
"deps/grpc/src/boringssl",
"deps/grpc/src/zlib",
"deps/grpc/third_party/nanopb",
"deps/grpc/third_party/zlib",
"deps/grpc/third_party/boringssl",
"src/*.js",
"ext/*.{cc,h}",
"deps/grpc/include/grpc/**/*.h",
"deps/grpc/src/core/**/*.{c,h}",
"deps/grpc/src/boringssl/*.{c,h}",
"deps/grpc/third_party/nanopb/*.{c,h}",
"deps/grpc/third_party/zlib/**/*.{c,h}",
"deps/grpc/third_party/boringssl/crypto/**/*.{c,h}",
"deps/grpc/third_party/boringssl/include/**/*.{c,h}",
"deps/grpc/third_party/boringssl/ssl/**/*.{c,h}",
"binding.gyp"
],
"main": "index.js",