We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf195e commit 25ff9acCopy full SHA for 25ff9ac
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodejs-websocket",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"author": "Sitegui <[email protected]>",
5
"description": "Basic server&client approach to websocket (text and binary frames)",
6
"main": "./index.js",
@@ -21,7 +21,7 @@
21
"test": "mocha -R spec -b"
22
},
23
"devDependencies": {
24
- "mocha": "~1.18.2",
25
- "should": "~3.3.1"
+ "mocha": "~2.0.1",
+ "should": "~4.4.1"
26
}
27
0 commit comments