Skip to content

Commit

Permalink
Merge pull request #10 from esdete2/fix-sourcemaps
Browse files Browse the repository at this point in the history
fix: add src directory to package for sourcemaps to work properly
  • Loading branch information
esdete2 committed Jun 1, 2024
2 parents 0850fbc + 56f8c40 commit 028f12c
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 028f12c

Please sign in to comment.