Skip to content

Commit b62fbd1

Browse files
committed
fix: correct exports field order (types first)
1 parent 3e11dcb commit b62fbd1

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
@@ -8,9 +8,9 @@
88
"types": "dist/index.d.ts",
99
"exports": {
1010
".": {
11+
"types": "./dist/index.d.ts",
1112
"import": "./dist/index.js",
12-
"require": "./dist/index.cjs",
13-
"types": "./dist/index.d.ts"
13+
"require": "./dist/index.cjs"
1414
}
1515
},
1616
"files": [

0 commit comments

Comments
 (0)