Skip to content

Commit

Permalink
Change main index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbc committed Jun 4, 2019
1 parent ec27b42 commit cddb44d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "vue-virtual-scroll-list",
"version": "1.3.8",
"version": "1.3.9",
"description": "A vue component support big amount data list with high scroll performance.",
"main": "src/index.js",
"main": "dist/index.js",
"files": [
"src"
"src",
"dist"
],
"scripts": {
"test": "rm -rf coverage && jest",
Expand Down

0 comments on commit cddb44d

Please sign in to comment.