Skip to content

Commit fabcd13

Browse files
committed
Fixed missing entry file in npm.
1 parent 9f37f21 commit fabcd13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

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

0 commit comments

Comments
 (0)