Skip to content

Commit

Permalink
chore(svelte-table): cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Feb 14, 2025
1 parent 2a41a7e commit 474b4c9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/svelte-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@
],
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"svelte": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"import": "./dist/index.js"
},
"./package.json": "./package.json"
"default": "./dist/index.js"
}
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 474b4c9

Please sign in to comment.