File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-virtual-tree" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " Tree component for large amount of data, base on Vue3" ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve --port 4200" ,
77 "build" : " vue-cli-service build" ,
88 "build:lib" : " vue-cli-service build --dest lib --target lib ./src/components/index.ts && gulp"
99 },
10- "main" : " ./lib/index .js" ,
10+ "main" : " ./lib/vue-virtual-tree.common .js" ,
1111 "files" : [
12- " lib"
12+ " lib" , " typings "
1313 ],
1414 "dependencies" : {
1515 "core-js" : " ^3.6.5" ,
4242 "type" : " git" ,
4343 "url" : " https://github.com/lycHub/vue-virtual-tree.git"
4444 },
45- "homepage" : " https://lychub.github.io/vue-virtual-tree"
45+ "homepage" : " https://lychub.github.io/vue-virtual-tree" ,
46+ "typings" : " typings/index.d.ts"
4647}
You can’t perform that action at this time.
0 commit comments