Skip to content

Commit

Permalink
fix(lib): add modular exports to pakcage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Mar 19, 2023
1 parent 81840bb commit 6556969
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phosphor-icons/react",
"version": "2.0.5",
"version": "2.0.6",
"description": "A clean and friendly icon family for React",
"author": {
"name": "Tobias Fried",
Expand All @@ -16,6 +16,9 @@
"exports": {
".": {
"import": "./dist/index.es.js"
},
"./*": {
"import": "./dist/icons/*.es.js"
}
},
"type": "module",
Expand Down

0 comments on commit 6556969

Please sign in to comment.