Skip to content

Commit

Permalink
fix: include src folder for sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
smsochneg committed Nov 7, 2022
1 parent 051bbb7 commit e0c831d
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 e0c831d

Please sign in to comment.