Skip to content

Commit

Permalink
[fix] bump requires-port, server and ws
Browse files Browse the repository at this point in the history
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
  • Loading branch information
shinnn committed Nov 5, 2015
1 parent ab42124 commit 9ea1e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "index.js",
"dependencies": {
"eventemitter3": "1.x.x",
"requires-port": "0.x.x"
"requires-port": "1.x.x"
},
"devDependencies": {
"async": "*",
Expand All @@ -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",
Expand Down

0 comments on commit 9ea1e89

Please sign in to comment.