Skip to content

Commit

Permalink
fix: include src for sourcemaps (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed May 25, 2022
1 parent 167044f commit 56f9ed3
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 @@ -33,7 +33,8 @@
],
"main": "./dist/index.js",
"files": [
"dist"
"dist",
"src"
],
"scripts": {
"docs": "rm -rf docs/ && typedoc src/index.ts",
Expand Down

0 comments on commit 56f9ed3

Please sign in to comment.