Skip to content

Commit 09f3dd9

Browse files
authored
Merge pull request #2172 from chm-diederichs/proto-loader-maps
include `.map` files in proto-loader npm package
2 parents 6ba49a1 + 924fb9a commit 09f3dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/proto-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"files": [
3939
"LICENSE",
4040
"build/src/*.d.ts",
41-
"build/src/*.js",
42-
"build/bin/*.js"
41+
"build/src/*.{js,js.map}",
42+
"build/bin/*.{js,js.map}"
4343
],
4444
"bin": {
4545
"proto-loader-gen-types": "./build/bin/proto-loader-gen-types.js"

0 commit comments

Comments
 (0)