Skip to content

Commit

Permalink
fix(dependencies): socket module build error
Browse files Browse the repository at this point in the history
Use fixed socket module version immediately

Related issue:
socketio/socket.io#2213
  • Loading branch information
Jinyoung Kim committed Sep 10, 2015
1 parent 8e44673 commit 7fbc37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"passport-google-oauth": "latest",
"passport-local": "~1.0.0",
"promise": "^7.0.4",
"socket.io": "jldec/socket.io",
"socket.io-client": "github:gsklee/socket.io-client#e50c1cc",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7fbc37b

Please sign in to comment.