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 11/*!
2- * vue-virtual-scroll-list v2.0.0
2+ * vue-virtual-scroll-list v2.0.2
33 * open source under the MIT license
44 * https://github.com/tangbc/vue-virtual-scroll-list#readme
55 */
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-virtual-scroll-list" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " A vue component support big amount data list with high scroll performance." ,
55 "main" : " dist/index.js" ,
66 "files" : [
99 ],
1010 "scripts" : {
1111 "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" ,
1316 "dev" : " rollup --config ./scripts/rollup.development.js --watch"
1417 },
1518 "repository" : {
You can’t perform that action at this time.
0 commit comments