Skip to content

Commit

Permalink
build: update exports (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Dec 31, 2024
1 parent f25708c commit 740dc87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./unplugin": {
"types": "./dist/unplugin.d.ts",
"import": "./dist/unplugin.mjs",
"require": "./dist/unplugin.cjs"
},
"./addons": {
"types": "./dist/addons.d.ts",
"import": "./dist/addons.mjs",
"require": "./dist/addons.cjs"
},
Expand Down

0 comments on commit 740dc87

Please sign in to comment.