Skip to content

Commit 1012427

Browse files
authored
Fix package.json types (#13)
1 parent 6987743 commit 1012427

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/rich-icons-bow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"html-aria": patch
3+
---
4+
5+
Fix package.json export types

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"default": "./dist/index.mjs"
2727
},
2828
"require": {
29-
"types": "./dist/index.d.ts",
29+
"types": "./dist/index.d.cts",
3030
"default": "./dist/index.cjs"
3131
},
3232
"default": "./dist/index.mjs"

0 commit comments

Comments
 (0)