diff --git a/.changeset/slimy-insects-unite.md b/.changeset/slimy-insects-unite.md new file mode 100644 index 0000000..500d630 --- /dev/null +++ b/.changeset/slimy-insects-unite.md @@ -0,0 +1,5 @@ +--- +"@rhds/icons": patch +--- + +Work better with JSPM generator (hopefully) diff --git a/package.json b/package.json index 5e082ca..4a787e9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,11 @@ "types": "icons.d.ts", "exports": { ".": "./icons.js", - "./*": "./*" + "./*": "./*", + "./standard/*": "./standard/*", + "./social/*": "./social/*", + "./ui/*": "./ui/*", + "./microns/*": "./microns/*" }, "type": "module", "scripts": {