Skip to content

Commit 030af2c

Browse files
committed
v3
1 parent df77280 commit 030af2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-virtual-tree",
3-
"version": "0.0.5",
3+
"version": "3.0.0",
44
"description": "Tree component for large amount of data, base on Vue3",
55
"scripts": {
66
"serve": "vue-cli-service serve --port 4200",
@@ -25,7 +25,6 @@
2525
"@vue/compiler-sfc": "^3.0.0",
2626
"ant-design-vue": "^2.1.2",
2727
"del": "^6.0.0",
28-
"express": "^4.17.1",
2928
"gulp": "^4.0.2",
3029
"gulp-rename": "^2.0.0",
3130
"gulp-typescript": "^6.0.0-alpha.1",
@@ -42,5 +41,6 @@
4241
"repository": {
4342
"type": "git",
4443
"url": "https://github.com/lycHub/vue-virtual-tree.git"
45-
}
44+
},
45+
"homepage": "https://lychub.github.io/vue-virtual-tree"
4646
}

0 commit comments

Comments
 (0)