Skip to content

Commit 65955e6

Browse files
Fix lint error
1 parent 76254f4 commit 65955e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can use this variable through a let binding: `let:files`.
7575
1. Update `CHANGELOG.md`
7676
2. Check for errors
7777
```
78-
npm run check
78+
npm run lint
7979
```
8080
3. Bump the version number
8181
```

src/lib/FileDrop.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import { event, webview } from '@tauri-apps/api'
2+
import { webview } from '@tauri-apps/api'
33
import { onDestroy } from 'svelte'
44
55
/**

0 commit comments

Comments
 (0)