Skip to content

Commit c91c4e4

Browse files
authored
fix: move types condition to the front (#30)
1 parent 812fefa commit c91c4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"types": "./dist/index.d.ts",
99
"exports": {
1010
".": {
11-
"import": "./dist/index.mjs",
1211
"types": "./dist/index.d.ts",
12+
"import": "./dist/index.mjs",
1313
"default": "./dist/index.mjs"
1414
}
1515
},

0 commit comments

Comments
 (0)