Skip to content

Commit

Permalink
fix(svelte): fix svelte field in package
Browse files Browse the repository at this point in the history
fixes #4259
  • Loading branch information
nolimits4web committed Mar 25, 2024
1 parent 74b1565 commit 60f4641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"exports": {
".": {
"import": "./framework7-svelte.js",
"types": "./framework7-svelte.d.ts"
"types": "./framework7-svelte.d.ts",
"svelte": "./framework7-svelte.js"
},
"./components/*": "./components/*",
"./shared/*": "./shared/*"
Expand Down

0 comments on commit 60f4641

Please sign in to comment.