Skip to content

Commit

Permalink
refactor: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvvv committed Nov 29, 2023
1 parent 5b7ae14 commit a1f7bee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-floating-ui",
"description": "Svelte actions for working with floating ui",
"version": "1.5.7",
"version": "1.5.8",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -54,17 +54,19 @@
"@floating-ui/dom": "^1.5.3"
},
"exports": {
"./package.json": "./package.json",
"./core": {
"import": "./core/index.js",
"svelte": "./core/index.js",
"types": "./core/index.d.ts"
},
"./dom": {
"import": "./dom/index.js",
"svelte": "./dom/index.js",
"types": "./dom/index.d.ts"
},
".": {
"import": "./index.js",
"svelte": "./index.js",
"types": "./index.d.ts"
}
}
Expand Down

0 comments on commit a1f7bee

Please sign in to comment.