mirror of https://github.com/grpc/grpc-node.git
include .map files in proto-loader npm package
This commit is contained in:
parent
ff0e5f72dd
commit
3ab4ee3467
|
@ -38,7 +38,7 @@
|
||||||
"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"
|
||||||
],
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Reference in New Issue