Skip to content

Commit b5ab096

Browse files
committed
fixed exports ordering
1 parent d04f79f commit b5ab096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
],
99
"exports": {
1010
".": {
11+
"types": "./dist/types/index.d.ts",
1112
"import": "./dist/index.js",
12-
"types": "./dist/types/index.d.ts"
13+
"default": "./dist/index.js"
1314
}
1415
},
1516
"scripts": {

0 commit comments

Comments
 (0)