Skip to content

Commit

Permalink
Added import to exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Jan 2, 2025
1 parent 3511309 commit 97b4403
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-tips-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skeletonlabs/floating-ui-svelte": patch
---

Added `import` to `exports`.
1 change: 1 addition & 0 deletions packages/floating-ui-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"svelte": "./dist/index.js"
}
},
Expand Down

0 comments on commit 97b4403

Please sign in to comment.