mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user