Merge pull request #2172 from chm-diederichs/proto-loader-maps

include `.map` files in proto-loader npm package
This commit is contained in:
Michael Lumish 2022-08-29 14:33:25 -07:00 committed by GitHub
commit 09f3dd9e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"