We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76254f4 commit 65955e6Copy full SHA for 65955e6
README.md
@@ -75,7 +75,7 @@ You can use this variable through a let binding: `let:files`.
75
1. Update `CHANGELOG.md`
76
2. Check for errors
77
```
78
- npm run check
+ npm run lint
79
80
3. Bump the version number
81
src/lib/FileDrop.svelte
@@ -1,5 +1,5 @@
1
<script lang="ts">
2
- import { event, webview } from '@tauri-apps/api'
+ import { webview } from '@tauri-apps/api'
3
import { onDestroy } from 'svelte'
4
5
/**
0 commit comments