File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*!
2
- * vue-virtual-scroll-list v2.0.0
2
+ * vue-virtual-scroll-list v2.0.2
3
3
* open source under the MIT license
4
4
* https://github.com/tangbc/vue-virtual-scroll-list#readme
5
5
*/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-virtual-scroll-list" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " A vue component support big amount data list with high scroll performance." ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
9
9
],
10
10
"scripts" : {
11
11
"lint" : " eslint --fix src --ext .js" ,
12
- "build" : " rollup --config ./scripts/rollup.production.js" ,
12
+ "dev:docs" : " cd example && npm run dev" ,
13
+ "build:docs" : " cd example && npm run build" ,
14
+ "build:src" : " rollup --config ./scripts/rollup.production.js" ,
15
+ "build" : " npm run build:src && npm run build:docs" ,
13
16
"dev" : " rollup --config ./scripts/rollup.development.js --watch"
14
17
},
15
18
"repository" : {
You can’t perform that action at this time.
0 commit comments