Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit 10d3478

Browse files
author
wangpin34
committed
Update package.json
1 parent c6dbf79 commit 10d3478

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-scroll",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "scroll directive for vuejs 2.0",
55
"main": "dist/vue-scroll.common.js",
66
"module": "dist/vue-scroll.esm.js",
@@ -43,5 +43,8 @@
4343
},
4444
"browser": {
4545
"vue": "vue/dist/vue-scroll.min.js"
46-
}
46+
},
47+
"files": [
48+
"dist/**"
49+
]
4750
}

0 commit comments

Comments
 (0)