Skip to content

Commit

Permalink
chore: appease jspm generator
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Sep 19, 2024
1 parent 3d8998f commit 9d88cea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/slimy-insects-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rhds/icons": patch
---

Work better with JSPM generator (hopefully)
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"types": "icons.d.ts",
"exports": {
".": "./icons.js",
"./*": "./*"
"./*": "./*",
"./standard/*": "./standard/*",
"./social/*": "./social/*",
"./ui/*": "./ui/*",
"./microns/*": "./microns/*"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit 9d88cea

Please sign in to comment.