Skip to content

Commit

Permalink
Merge pull request #2172 from chm-diederichs/proto-loader-maps
Browse files Browse the repository at this point in the history
include `.map` files in proto-loader npm package
  • Loading branch information
murgatroid99 committed Aug 29, 2022
2 parents 6ba49a1 + 924fb9a commit 09f3dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/proto-loader/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 09f3dd9

Please sign in to comment.