Skip to content

Commit

Permalink
fix: revert package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
eye-wave authored Dec 30, 2024
1 parent e2e7917 commit f86072a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"module": "./dist/index.js"
"svelte": "./dist/index.js"
}
},
"sideEffects": [
Expand Down

0 comments on commit f86072a

Please sign in to comment.