Skip to content

Commit

Permalink
Add explicit dist files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JBurkinshaw committed Feb 5, 2025
1 parent 7587f10 commit 6b4cb9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"watch": "vite build --watch"
},
"files": [
"dist"
"dist",
"dist/**/*.js",
"dist/**/*.css",
"dist/**/*.d.ts"
],
"exports": {
".": {
Expand Down

0 comments on commit 6b4cb9e

Please sign in to comment.