Skip to content

Commit ed0bcdc

Browse files
fix: package.json exports order
1 parent 99e1f32 commit ed0bcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
55
"exports": {
66
".": {
7-
"default": "./src/index.js",
8-
"types": "./types/index.d.ts"
7+
"types": "./types/index.d.ts",
8+
"default": "./src/index.js"
99
}
1010
},
1111
"type": "module",

0 commit comments

Comments
 (0)