Skip to content

Commit 0b66422

Browse files
author
Andrew Luca
committed
chore: add repo info and keywords
1 parent 05cc93b commit 0b66422

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"license": "MIT",
55
"main": "dist/vue-use-dropzone.umd.js",
66
"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+
},
717
"types": "lib/index.ts",
818
"files": [
919
"lib",

0 commit comments

Comments
 (0)