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 df77280 commit 030af2cCopy full SHA for 030af2c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-virtual-tree",
3
- "version": "0.0.5",
+ "version": "3.0.0",
4
"description": "Tree component for large amount of data, base on Vue3",
5
"scripts": {
6
"serve": "vue-cli-service serve --port 4200",
@@ -25,7 +25,6 @@
25
"@vue/compiler-sfc": "^3.0.0",
26
"ant-design-vue": "^2.1.2",
27
"del": "^6.0.0",
28
- "express": "^4.17.1",
29
"gulp": "^4.0.2",
30
"gulp-rename": "^2.0.0",
31
"gulp-typescript": "^6.0.0-alpha.1",
@@ -42,5 +41,6 @@
42
41
"repository": {
43
"type": "git",
44
"url": "https://github.com/lycHub/vue-virtual-tree.git"
45
- }
+ },
+ "homepage": "https://lychub.github.io/vue-virtual-tree"
46
}
0 commit comments