Skip to content

Commit a9c147b

Browse files
committed
fix(icons): only export esm from ionicons/icons package
1 parent f57e498 commit a9c147b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/data.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ fs.writeFileSync(DST_ICONS_DTS, dtsIndex.join('\n') + '\n');
197197

198198
fs.writeFileSync(DST_ICONS_PKGJSON, JSON.stringify({
199199
"name": "ionicons/icons",
200-
"module": "index.mjs",
201-
"main": "index.js",
200+
"main": "index.mjs",
202201
"typings": "index.d.ts",
203202
"sideEffects": [
204203
"imports/"

0 commit comments

Comments
 (0)