We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f63825 commit 790e0c4Copy full SHA for 790e0c4
.changeset/loud-wombats-marry.md
@@ -0,0 +1,5 @@
1
+---
2
+'@number-flow/svelte': patch
3
4
+
5
+Use main field for bundlephobia
packages/svelte/package.json
@@ -40,12 +40,14 @@
40
"!dist/**/*.spec.*",
41
"README.md"
42
],
43
+ "main": "./dist/index.js",
44
"svelte": "./dist/index.js",
45
"types": "./dist/index.d.ts",
46
"type": "module",
47
"exports": {
48
".": {
49
50
+ "default": "./dist/index.js",
51
"svelte": "./dist/index.js"
52
}
53
},
0 commit comments