Skip to content

Commit

Permalink
chore(package): move style before import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 9, 2025
1 parent 3107039 commit 9aa6812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"exports": {
".": {
"types": "./dist/module.d.ts",
"style": "./dist/runtime/index.css",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs",
"style": "./dist/runtime/index.css"
"require": "./dist/module.cjs"
},
"./unplugin": {
"types": "./dist/unplugin.d.ts",
Expand Down

0 comments on commit 9aa6812

Please sign in to comment.