Skip to content

Commit a626aaa

Browse files
committed
chore: fix export types
1 parent f4fefdc commit a626aaa

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
@@ -28,7 +28,7 @@
2828
"require": "./dist/index.umd.cjs"
2929
},
3030
"./types": {
31-
"import": "./dist/types.d.ts"
31+
"import": "./dist/index.d.ts"
3232
}
3333
},
3434
"lint-staged": {

0 commit comments

Comments
 (0)