Skip to content

Commit

Permalink
fix(sourcemaps): include source file in npm bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
omichelsen committed Aug 26, 2022
1 parent dff32b2 commit a50db5a
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 @@ -30,7 +30,8 @@
"types": "./lib/esm/index.d.ts",
"sideEffects": false,
"files": [
"lib"
"lib",
"src"
],
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand Down

0 comments on commit a50db5a

Please sign in to comment.