Skip to content

Commit

Permalink
Merge pull request #904 from shinnn/deps
Browse files Browse the repository at this point in the history
Bump requires-port, server and ws
  • Loading branch information
jcrugzz committed Nov 6, 2015
2 parents ab42124 + 9ea1e89 commit 2a5e69d
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 2a5e69d

Please sign in to comment.