Skip to content

Commit

Permalink
chore: lint fix (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv authored Aug 17, 2023
1 parent da4a45a commit 18ee0b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ Type Declarations
For SvelteKit, in the `src/app.d.ts` file:

```ts
import 'unplugin-icons/types/svelte';
import 'unplugin-icons/types/svelte'
```

For Svelte + Vite, in the `src/vite-env.d.ts` file:
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-preact-icon-set",
"private": true,
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-icons",
"version": "0.16.5",
"type": "module",
"version": "0.16.5",
"packageManager": "pnpm@8.6.7",
"description": "Access thousands of icons as components on-demand universally",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
Expand Down

0 comments on commit 18ee0b5

Please sign in to comment.