Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sitegui committed Dec 21, 2014
1 parent fcf195e commit 25ff9ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nodejs-websocket",
"version": "1.1.0",
"version": "1.1.1",
"author": "Sitegui <sitegui@sitegui.com.br>",
"description": "Basic server&client approach to websocket (text and binary frames)",
"main": "./index.js",
Expand All @@ -21,7 +21,7 @@
"test": "mocha -R spec -b"
},
"devDependencies": {
"mocha": "~1.18.2",
"should": "~3.3.1"
"mocha": "~2.0.1",
"should": "~4.4.1"
}
}

0 comments on commit 25ff9ac

Please sign in to comment.