Skip to content

Commit

Permalink
Make it compile under Node 4.0.0; Fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
pmq20 committed Sep 17, 2015
1 parent a029fd8 commit 873c052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"hook"
],
"dependencies": {
"socket.io": "^1.2.1",
"socket.io": "pmq20/socket.io#adac365",
"semver": "^4.3.4",
"lodash": "^2.4.1",
"machinepack-urls": "^3.1.1",
"socket.io-client": "^1.2.1"
"socket.io-client": "automattic/socket.io-client#4c22f33"
},
"devDependencies": {
"async": "^0.9.0",
Expand Down

0 comments on commit 873c052

Please sign in to comment.