diff --git a/package.json b/package.json index 3cdb723..0e86a13 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Svelte carousel", "main": "src/main.js", "module": "src/main.js", + "svelte": "src/main.js", "author": "vadimkorr", "type": "module", "repository": { @@ -58,4 +59,4 @@ "dependencies": { "simply-reactive": "vadimkorr/simply-reactive#1.0.2" } -} \ No newline at end of file +}