Skip to content

Commit 10f6f0b

Browse files
committed
Update package description.
1 parent 2f5a0e9 commit 10f6f0b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "vue-virtual-scroll-list",
33
"version": "1.0.0",
4-
"description": "A vue component that support big data list scroll.",
4+
"description": "A vue component that support big data by using virtual scroll list.",
55
"main": "src/index.js",
66
"scripts": {
77
"demo": "webpack --watch --config webpack.dev.config.js"
88
},
99
"keywords": [
10-
"Vue",
10+
"vue",
1111
"component",
1212
"big-data",
1313
"big-list",
14-
"scroll"
14+
"scroll-list",
15+
"virtual-list"
1516
],
1617
"author": "TANG",
1718
"license": "MIT",

0 commit comments

Comments
 (0)