Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
npm: update to socket.io 1.3.7
Browse files Browse the repository at this point in the history
This fixes the compatibility with Node 4.1.
  • Loading branch information
vincentbernat committed Sep 22, 2015
1 parent c1e28a5 commit 36bab3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"angular": "~1.3.0",
"normalize-css": "~3.0.0",
"socket.io-client": "~1.3.6",
"socket.io-client": "~1.3.7",
"lodash": "~3.10.1",
"bootstrap": "~3.2.0",
"angular-route": "~1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postal.diagnostics": "~0.7.3",
"sequelize": "~1.7.0",
"serve-static": "~1.10.0",
"socket.io": "~1.3.6",
"socket.io": "~1.3.7",
"winston": "~1.0.1"
},
"optionalDependencies": {
Expand Down Expand Up @@ -75,7 +75,7 @@
"load-grunt-tasks": "~3.2.0",
"should": "~7.0.2",
"should-http": "0.0.4",
"socket.io-client": "~1.3.6",
"socket.io-client": "~1.3.7",
"sqlite3": "~3.1.0",
"supertest": "~1.0.1",
"time-grunt": "~1.2.1"
Expand Down

0 comments on commit 36bab3b

Please sign in to comment.