Skip to content

Commit 505a7ca

Browse files
authored
fix(): export ionicons.json in package exports (#1456)
1 parent 161eb6a commit 505a7ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"types": "./icons/index.d.ts",
3232
"import": "./icons/index.mjs",
3333
"require": "./icons/index.js"
34+
},
35+
"./dist/ionicons.json": {
36+
"default": "./dist/ionicons.json"
3437
}
3538
},
3639
"scripts": {

0 commit comments

Comments
 (0)