Skip to content

Commit d03e248

Browse files
authored
[fix] move types export to the top (#6370)
1 parent d0b30f4 commit d03e248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"exports": {
7474
"./package.json": "./package.json",
7575
".": {
76-
"import": "./src/exports/index.js",
77-
"types": "./types/index.d.ts"
76+
"types": "./types/index.d.ts",
77+
"import": "./src/exports/index.js"
7878
},
7979
"./node": {
8080
"import": "./src/exports/node/index.js"

0 commit comments

Comments
 (0)