Skip to content

Commit 40565a5

Browse files
committed
Build new
1 parent e240796 commit 40565a5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
*/

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -9,7 +9,10 @@
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": {

0 commit comments

Comments
 (0)