Skip to content

Commit

Permalink
Bump ws for iojs 3, bump this to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kudos committed Aug 29, 2015
1 parent 64f5001 commit dda3138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-websocket",
"version": "1.0.0",
"version": "1.1.0",
"description": "Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.",
"main": "index.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
"co": "^4.4.0",
"debug": "^2.1.2",
"koa-compose": "^2.3.0",
"ws": "^0.7.2"
"ws": "^0.8.0"
},
"devDependencies": {
"koa": "^0.21.0",
"koa": "^1.0.0",
"koa-route": "^2.4.0",
"mocha": "~2.2.5"
}
Expand Down

0 comments on commit dda3138

Please sign in to comment.