[fix] bump requires-port, server and ws

npm v3 tries to dedupe the dependencies by default, and keeping
dependencies up-to-date helps better deduplication.

https://github.com/unshiftio/requires-port
https://github.com/npm/node-semver
https://github.com/websockets/ws
This commit is contained in:
Shinnosuke Watanabe 2015-11-05 17:49:45 +09:00
parent ab42124d54
commit 9ea1e89a2f

View File

@ -14,7 +14,7 @@
"main": "index.js",
"dependencies": {
"eventemitter3": "1.x.x",
"requires-port": "0.x.x"
"requires-port": "1.x.x"
},
"devDependencies": {
"async": "*",
@ -24,10 +24,10 @@
"expect.js": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"semver": "^4.3.3",
"semver": "^5.0.3",
"socket.io": "*",
"socket.io-client": "*",
"ws": "~0.5.0"
"ws": "^0.8.0"
},
"scripts": {
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",