Skip to content

Commit e44b426

Browse files
committed
chore: lint fix
1 parent f9cf342 commit e44b426

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
@@ -24,9 +24,9 @@
2424
"sideEffects": false,
2525
"exports": {
2626
".": {
27+
"types": "./dist/index.d.ts",
2728
"import": "./dist/index.mjs",
28-
"require": "./dist/index.cjs",
29-
"types": "./dist/index.d.ts"
29+
"require": "./dist/index.cjs"
3030
}
3131
},
3232
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)