Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Aug 11, 2024
1 parent 3bf65f9 commit 8ef4d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./client": {
"import": "./src/client/index.ts"
}
".": "./dist/index.mjs",
"./client": "./src/client/index.ts"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/client/builtinIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const builtInIcons: Record<string, string> = {
next: 'logos:nextjs-icon',
nuxt: 'logos:nuxt-icon',
solid: 'logos:solidjs-icon',
astro: 'logos:astro-icon',
// bundler
rollup: 'logos:rollupjs',
webpack: 'logos:webpack',
Expand Down

0 comments on commit 8ef4d40

Please sign in to comment.