Skip to content

Commit

Permalink
Fix package.json types
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Jan 8, 2025
1 parent 669cb9b commit 85e9c2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rich-icons-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"html-aria": patch
---

Fix package.json export types
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"default": "./dist/index.mjs"
Expand Down

0 comments on commit 85e9c2b

Please sign in to comment.