Skip to content

Commit 52567ca

Browse files
committed
move types condition to the front
1 parent a24d61f commit 52567ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"module": "mjs/index.js",
77
"exports": {
88
".": {
9+
"types": "./index.d.ts",
910
"import": "./mjs/index.js",
10-
"require": "./cjs/index.js",
11-
"types": "./index.d.ts"
11+
"require": "./cjs/index.js"
1212
}
1313
},
1414
"types": "./index.d.ts",

0 commit comments

Comments
 (0)