Skip to content

Commit 08927c2

Browse files
authored
chore(svelte-table): cleanup package.json
1 parent 2a41a7e commit 08927c2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/svelte-table/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@
2222
],
2323
"type": "module",
2424
"types": "dist/index.d.ts",
25-
"module": "dist/index.js",
26-
"svelte": "./dist/index.js",
2725
"exports": {
2826
".": {
2927
"types": "./dist/index.d.ts",
30-
"svelte": "./dist/index.js",
31-
"import": "./dist/index.js"
28+
"default": "./dist/index.js"
3229
},
3330
"./package.json": "./package.json"
3431
},

0 commit comments

Comments
 (0)