Skip to content

Commit e4ce0c2

Browse files
committed
v1.1.0
1 parent 43d311c commit e4ce0c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.npmignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-virtual-scroller",
33
"description": "Smooth scrolling for any amount of data",
4-
"version": "1.0.10",
4+
"version": "1.1.0",
55
"author": {
66
"name": "Guillaume Chau",
77
"email": "[email protected]"
@@ -69,6 +69,9 @@
6969
"vue": "^2.5.17",
7070
"vue-template-compiler": "^2.6.11"
7171
},
72+
"files": [
73+
"dist"
74+
],
7275
"browserslist": [
7376
"> 1%",
7477
"last 2 versions",

0 commit comments

Comments
 (0)