diff --git a/package.json b/package.json index 23656f3..e9de17d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-websocket", - "version": "1.1.0", + "version": "1.1.1", "author": "Sitegui ", "description": "Basic server&client approach to websocket (text and binary frames)", "main": "./index.js", @@ -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" } } \ No newline at end of file