mirror of https://github.com/grpc/grpc-node.git
Change package.json file list to globs for granularity
This commit is contained in:
parent
52d552ce54
commit
3ecb385366
|
@ -45,7 +45,9 @@
|
|||
"google-protobuf": "^3.0.0",
|
||||
"istanbul": "^0.4.4",
|
||||
"jsdoc": "^3.3.2",
|
||||
"jshint": "^2.5.0",
|
||||
"minimist": "^1.1.0",
|
||||
"mocha": "^3.0.2",
|
||||
"mocha-jenkins-reporter": "^0.2.3",
|
||||
"poisson-process": "^0.2.1"
|
||||
},
|
||||
|
@ -62,21 +64,18 @@
|
|||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"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/pb_common.c",
|
||||
"deps/grpc/third_party/nanopb/pb_decode.c",
|
||||
"deps/grpc/third_party/nanopb/pb_encode.c",
|
||||
"deps/grpc/third_party/zlib",
|
||||
"deps/grpc/third_party/boringssl/crypto",
|
||||
"deps/grpc/third_party/boringssl/include",
|
||||
"deps/grpc/third_party/boringssl/ssl",
|
||||
"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",
|
||||
|
|
|
@ -66,21 +66,18 @@
|
|||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"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/pb_common.c",
|
||||
"deps/grpc/third_party/nanopb/pb_decode.c",
|
||||
"deps/grpc/third_party/nanopb/pb_encode.c",
|
||||
"deps/grpc/third_party/zlib",
|
||||
"deps/grpc/third_party/boringssl/crypto",
|
||||
"deps/grpc/third_party/boringssl/include",
|
||||
"deps/grpc/third_party/boringssl/ssl",
|
||||
"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",
|
||||
|
|
Loading…
Reference in New Issue