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 05cc93b commit 0b66422Copy full SHA for 0b66422
package.json
@@ -4,6 +4,16 @@
4
"license": "MIT",
5
"main": "dist/vue-use-dropzone.umd.js",
6
"module": "dist/vue-use-dropzone.es.js",
7
+ "keywords": [
8
+ "vue",
9
+ "dropzone",
10
+ "composition api",
11
+ "hooks"
12
+ ],
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "[email protected]:iamandrewluca/vue-use-dropzone.git"
16
+ },
17
"types": "lib/index.ts",
18
"files": [
19
"lib",
0 commit comments