Skip to content

Commit a035e87

Browse files
committedJan 26, 2016
Update to 0.2.0.
1 parent 794e39c commit a035e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vue-swipe",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "A touch slider for vue.js.",
5-
"main": "lib/index.js",
5+
"main": "lib/vue-swipe.js",
66
"scripts": {
77
"dev": "webpack-dev-server --config ./webpack.example.config.js --inline --hot",
88
"remote-dev": "npm run dev --host",

0 commit comments

Comments
 (0)
Please sign in to comment.