Skip to content

Commit

Permalink
Added main field
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Jan 2, 2025
1 parent fd0a602 commit 3511309
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-doors-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skeletonlabs/floating-ui-svelte": patch
---

Added `main` to the package.json.
5 changes: 2 additions & 3 deletions packages/floating-ui-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
"postinstall": "svelte-kit sync",
"sync": "pnpm build"
},
"files": [
"dist"
],
"files": ["dist"],
"sideEffects": false,
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 3511309

Please sign in to comment.