Skip to content

Commit cddb44d

Browse files
committed
Change main index.js
1 parent ec27b42 commit cddb44d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "vue-virtual-scroll-list",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "A vue component support big amount data list with high scroll performance.",
5-
"main": "src/index.js",
5+
"main": "dist/index.js",
66
"files": [
7-
"src"
7+
"src",
8+
"dist"
89
],
910
"scripts": {
1011
"test": "rm -rf coverage && jest",

0 commit comments

Comments
 (0)