Skip to content

Commit

Permalink
fix(package): reorder default exports condition (#17439)
Browse files Browse the repository at this point in the history
fixes #17436
  • Loading branch information
lephro authored May 24, 2023
1 parent 2783164 commit 070e2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
".": {
"sass": "./lib/styles/main.sass",
"style": "./lib/styles/main.css",
"default": "./lib/framework.mjs",
"types": "./lib/index.d.mts"
"types": "./lib/index.d.mts",
"default": "./lib/framework.mjs"
},
"./styles": {
"sass": "./lib/styles/main.sass",
Expand Down

0 comments on commit 070e2aa

Please sign in to comment.