update rm

This commit is contained in:
arnaudDerbey
2019-07-02 10:39:46 +02:00
parent 84a30daa56
commit 0d238486d9
3 changed files with 4 additions and 4 deletions

BIN
cover.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View File

@@ -1,6 +1,6 @@
{
"name": "svelte-dropzone",
"version": "1.0.01",
"version": "1.0.03",
"description": "A simple & ssr ready wrapper around dropzone.JS for svelte/sapper.",
"keywords": [
"svelte",
@@ -11,10 +11,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/arnaudDerbey/sv-dropzone.git"
"url": "https://github.com/arnaudDerbey/svelte-dropzone.git"
},
"bugs": {
"url": "https://github.com/arnaudDerbey/sv-dropzone/issues"
"url": "https://github.com/arnaudDerbey/svelte-dropzone/issues"
},
"main": "index.svelte",
"author": "Arnaud DERBEY",

View File

@@ -16,7 +16,7 @@ $ npm i svelte-dropzone
## Usage
```svelte
```html
<script>
import Dropzone from "sv-dropzone";