Skip to content

Commit 0a1310d

Browse files
authored
update pathname and version
1 parent 92fd12e commit 0a1310d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "svelte-file-dropzone",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Svelte component for fileupload and file dropzone",
5-
"svelte": "src/index.svelte",
5+
"svelte": "src/components/Dropzone.svelte",
66
"module": "dist/index.mjs",
77
"main": "dist/index.js",
88
"scripts": {

0 commit comments

Comments
 (0)