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": [
|
||||
"LICENSE",
|
||||
"build/src/*.d.ts",
|
||||
"build/src/*.js",
|
||||
"build/bin/*.js"
|
||||
"build/src/*.{js,js.map}",
|
||||
"build/bin/*.{js,js.map}"
|
||||
],
|
||||
"bin": {
|
||||
"proto-loader-gen-types": "./build/bin/proto-loader-gen-types.js"
|
||||
|
|
Loading…
Reference in New Issue