Skip to content

Commit

Permalink
fix(Table): fixed package export of style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed Nov 27, 2023
1 parent f3cb216 commit 9d66eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"import": "./dist/*.mjs",
"require": "./dist/*.js",
"types": "./dist/*.d.ts"
}
},
"./style.css": "./dist/style.css"
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 9d66eba

Please sign in to comment.