Skip to content

Commit

Permalink
drop source map files from published package
Browse files Browse the repository at this point in the history
fixes #337
  • Loading branch information
d-fischer committed Nov 29, 2023
1 parent 006fc0b commit c87e202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"!dist/**/*.map"
],
"scripts": {
"clean": "git clean -Xdf -e '!node_modules' .",
Expand Down

0 comments on commit c87e202

Please sign in to comment.