From 9d88ceac14d468c97f65a58c27093651a318cda7 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Thu, 19 Sep 2024 21:51:40 +0300 Subject: [PATCH] chore: appease jspm generator --- .changeset/slimy-insects-unite.md | 5 +++++ package.json | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changeset/slimy-insects-unite.md 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": {