Skip to content

Commit

Permalink
fix: add src directory to package for sourcemaps to work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
esdete2 committed Jun 1, 2024
1 parent 0850fbc commit 56f8c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"files": [
"dist",
"src/scss/*.scss"
"src"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 56f8c40

Please sign in to comment.