Skip to content

Commit

Permalink
Add core stylesheets to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mejiaj committed Sep 4, 2024
1 parent 370d1f0 commit d11629f
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 @@ -16,7 +16,8 @@
"default": "./dist/components/index.js"
},
"./components/*": "./dist/components/*.js",
"./src/components/*": "./src/components/*/index.js"
"./src/components/*": "./src/components/*/index.js",
"./core/*": "./src/core/*"
},
"scripts": {
"build": "npm run clean && vite build",
Expand Down

0 comments on commit d11629f

Please sign in to comment.