Skip to content

Commit 700696d

Browse files
authored
Update package.json
1 parent 95695c3 commit 700696d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.21",
44
"repository": "git@github.com:eidng8/vue-tree.git",
55
"bugs": "git@github.com:eidng8/vue-tree/issues",
6-
"author": "eidng8 <cheung.jackey@gmail.com>",
6+
"author": "eidng8",
77
"license": "GPL-3.0",
88
"main": "./dist/g8-vue-tree.umd.min.js",
99
"typings": "./typings/index.d.ts",
@@ -14,6 +14,10 @@
1414
"/src/components",
1515
"/typings"
1616
],
17+
"keywords": [
18+
"typescript",
19+
"vue"
20+
],
1721
"scripts": {
1822
"build": "vue-cli-service build --target lib --mode production ./src/index.ts",
1923
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)