mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2172 from chm-diederichs/proto-loader-maps
include `.map` files in proto-loader npm package
This commit is contained in:
commit
09f3dd9e05
|
@ -38,8 +38,8 @@
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"build/src/*.d.ts",
|
"build/src/*.d.ts",
|
||||||
"build/src/*.js",
|
"build/src/*.{js,js.map}",
|
||||||
"build/bin/*.js"
|
"build/bin/*.{js,js.map}"
|
||||||
],
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
"proto-loader-gen-types": "./build/bin/proto-loader-gen-types.js"
|
"proto-loader-gen-types": "./build/bin/proto-loader-gen-types.js"
|
||||||
|
|
Loading…
Reference in New Issue