mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
Fix tree shaking when importing root entrypoint (#8332)
This commit is contained in:
parent
64be4fa10b
commit
0befae66c9
@ -11,7 +11,12 @@
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
".": {
|
||||
"module": "./index.mjs",
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.js",
|
||||
"default": "./index.js"
|
||||
},
|
||||
"./icons": {
|
||||
"module": "./index.mjs",
|
||||
"import": "./index.mjs",
|
||||
|
Loading…
Reference in New Issue
Block a user