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 95695c3 commit 700696dCopy full SHA for 700696d
package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.21",
4
"repository": "git@github.com:eidng8/vue-tree.git",
5
"bugs": "git@github.com:eidng8/vue-tree/issues",
6
- "author": "eidng8 <cheung.jackey@gmail.com>",
+ "author": "eidng8",
7
"license": "GPL-3.0",
8
"main": "./dist/g8-vue-tree.umd.min.js",
9
"typings": "./typings/index.d.ts",
@@ -14,6 +14,10 @@
14
"/src/components",
15
"/typings"
16
],
17
+ "keywords": [
18
+ "typescript",
19
+ "vue"
20
+ ],
21
"scripts": {
22
"build": "vue-cli-service build --target lib --mode production ./src/index.ts",
23
"serve": "vue-cli-service serve",
0 commit comments