Skip to content

Commit

Permalink
fix: package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Aug 22, 2024
1 parent 2793fea commit 75be1a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/chatty-bottles-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@rhds/icons": patch
---
Fixed package exports
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"main": "icons.js",
"module": "icons.js",
"types": "icons.d.ts",
"exports": "./icons.js",
"exports": {
".": "./icons.js",
"./*": "./*"
},
"type": "module",
"scripts": {
"build": "wireit",
Expand Down

0 comments on commit 75be1a6

Please sign in to comment.