We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec27b42 commit cddb44dCopy full SHA for cddb44d
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "vue-virtual-scroll-list",
3
- "version": "1.3.8",
+ "version": "1.3.9",
4
"description": "A vue component support big amount data list with high scroll performance.",
5
- "main": "src/index.js",
+ "main": "dist/index.js",
6
"files": [
7
- "src"
+ "src",
8
+ "dist"
9
],
10
"scripts": {
11
"test": "rm -rf coverage && jest",
0 commit comments