Skip to content

Commit c68c2f0

Browse files
committed
chore: move types exports to top
1 parent 9e0d3d5 commit c68c2f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@
2424
"engines": {
2525
"node": ">=14"
2626
},
27-
"types": "./index.d.ts",
2827
"exports": {
29-
"import": "./index.js",
30-
"types": "./index.d.ts"
28+
"types": "./index.d.ts",
29+
"import": "./index.js"
3130
},
3231
"publishConfig": {
3332
"directory": "package"

0 commit comments

Comments
 (0)