Skip to content

Commit f72948e

Browse files
committed
Add map file.
1 parent 36f7f44 commit f72948e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## vue-virtual-scroll-list
1212

13-
> A vue (2.x) component support big data by using virtual scroll list. Tiny, smooth and without any dependence.
13+
> A vue (2.x) component support big data and infinite loading by using virtual scroll list.
1414
1515

1616
## How it works

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "vue-virtual-scroll-list",
3-
"version": "1.0.4",
4-
"description": "A vue component support big data by using virtual scroll list. Tiny, smooth and without any dependence.",
3+
"version": "1.0.5",
4+
"description": "A vue (2.x) component support big data and infinite loading by using virtual scroll list.",
55
"main": "dist/vue-virtual-scroll-list.js",
66
"files": [
77
"dist/vue-virtual-scroll-list.js"
8+
"dist/vue-virtual-scroll-list.js.map"
89
],
910
"scripts": {
1011
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",

0 commit comments

Comments
 (0)