Skip to content

Commit c73d132

Browse files
authored
Merge pull request #128 from oetiker/patch-2
Make svelte-carousel work in svelte-kit build version too
2 parents 051845b + 958aac6 commit c73d132

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Svelte carousel",
55
"main": "src/main.js",
66
"module": "src/main.js",
7+
"svelte": "src/main.js",
78
"author": "vadimkorr",
89
"type": "module",
910
"repository": {
@@ -58,4 +59,4 @@
5859
"dependencies": {
5960
"simply-reactive": "vadimkorr/simply-reactive#1.0.2"
6061
}
61-
}
62+
}

0 commit comments

Comments
 (0)