Skip to content

Commit b68f58a

Browse files
authored
Merge pull request #13 from MartyNeal/patch-1
Vite 6 compatibility
2 parents d134b04 + 282ee63 commit b68f58a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
},
4343
"exports": {
4444
".": {
45+
"import": "./dist/index.js",
46+
"require": "./dist/index.js",
47+
"default": "./dist/index.js",
4548
"types": "./dist/index.d.ts",
4649
"svelte": "./dist/index.js"
4750
}

0 commit comments

Comments
 (0)