Skip to content

Commit

Permalink
Merge pull request #193 from smsochneg/smsochneg.source-maps-fix
Browse files Browse the repository at this point in the history
fix: include src folder for sourcemaps
  • Loading branch information
smsochneg authored Nov 8, 2022
2 parents 051bbb7 + e0c831d commit 3b63dcb
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 @@ -11,7 +11,8 @@
"main": "lib/index.js",
"files": [
"dist",
"lib"
"lib",
"src"
],
"scripts": {
"build": "npm run build:css && npm run build:js",
Expand Down

0 comments on commit 3b63dcb

Please sign in to comment.