Skip to content

Commit

Permalink
Update export maps to include implicit exports (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi-msft committed Apr 22, 2024
1 parent 63a690f commit abce6da
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,21 @@
"require": "./lib-cjs/index.js"
}
},
"./fonts": {
"types": "./lib/fonts/index.d.ts",
"import": "./lib/fonts/index.js",
"require": "./lib-cjs/fonts/index.js"
},
"./lib/fonts": {
"types": "./lib/fonts/index.d.ts",
"import": "./lib/fonts/index.js",
"require": "./lib-cjs/fonts/index.js"
},
"./svg": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib-cjs/index.js"
},
"./lib/svg": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
Expand All @@ -85,6 +95,11 @@
"types": "./lib/providers.d.ts",
"import": "./lib/providers.js",
"require": "./lib-commonjs/providers.js"
},
"./lib/providers": {
"types": "./lib/providers.d.ts",
"import": "./lib/providers.js",
"require": "./lib-commonjs/providers.js"
}
}
}
Expand Down

0 comments on commit abce6da

Please sign in to comment.