Skip to content

Commit 25ff9ac

Browse files
committed
v1.1.1
1 parent fcf195e commit 25ff9ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-websocket",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Sitegui <[email protected]>",
55
"description": "Basic server&client approach to websocket (text and binary frames)",
66
"main": "./index.js",
@@ -21,7 +21,7 @@
2121
"test": "mocha -R spec -b"
2222
},
2323
"devDependencies": {
24-
"mocha": "~1.18.2",
25-
"should": "~3.3.1"
24+
"mocha": "~2.0.1",
25+
"should": "~4.4.1"
2626
}
2727
}

0 commit comments

Comments
 (0)