Skip to content

Commit

Permalink
remove Icon from icons pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
timephy committed Aug 31, 2024
1 parent 31871e4 commit 37330c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/tui-icons-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"dist/"
],
"exports": {
".": "./dist/index.js",
"./ICONS": "./dist/icons/index.js",
"./activity": "./dist/icons/activity.js",
"./airplane": "./dist/icons/airplane.js",
Expand Down
1 change: 0 additions & 1 deletion packages/tui-icons-svelte/src/codegen/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ fs.writeFileSync(`src/icons/index.ts`, output)
// ! Update `package.json > exports`
/** The `exports` mapping */
const exports = {
".": "./dist/index.js",
"./ICONS": "./dist/icons/index.js",
...Object.fromEntries(ICONS.map((name) => [`./${name}`, `./dist/icons/${name}.js`])),
}
Expand Down

0 comments on commit 37330c6

Please sign in to comment.