Skip to content

Commit

Permalink
Bump package to version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavey committed Jul 20, 2011
1 parent acd8b8a commit ec09239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vogue",
"description": "Auto-reload stylesheets in web browser whenever the CSS files are saved.",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "http://github.com/andrewdavey/vogue",
"repository": "http://github.com/andrewdavey/vogue.git",
"author": "Andrew Davey <andrew@equin.co.uk> (http://aboutcode.net/)",
Expand All @@ -15,7 +15,7 @@
"vogue": "./vogue.js"
},
"dependencies": {
"socket.io": ">=0.6.3",
"socket.io": ">=0.7.7",
"parseopt": ">=1.0.0"
}
}

1 comment on commit ec09239

@DTrejo
Copy link

@DTrejo DTrejo commented on ec09239 Jul 20, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a good idea to change socket.io to 0.7.x, to avoid problems like just happened.
Cheers and thanks for making this project and for fixing this!
David

- "socket.io": ">=0.7.7",
+ "socket.io": "0.7.x", 

Please sign in to comment.