Skip to content

Commit

Permalink
fix(package): add .mjs -> .js export redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Feb 4, 2025
1 parent 602214e commit d06119b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"./labs/components": "./lib/labs/components.js",
"./labs/*": "./lib/labs/*/index.js",
"./util/colors": "./lib/util/colors.js",
"./*.mjs": "./*.js",
"./*": "./*"
},
"typesVersions": {
Expand Down

0 comments on commit d06119b

Please sign in to comment.