Skip to content

Commit 51c540c

Browse files
committed
add missing default
1 parent 4b9892c commit 51c540c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/svelte/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"types": "./types/index.d.ts"
3131
},
3232
"./attachments": {
33-
"types": "./types/index.d.ts"
33+
"types": "./types/index.d.ts",
34+
"default": "./src/attachments/index.js"
3435
},
3536
"./animate": {
3637
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)