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

Commit

Permalink
npm: update socket.io (both server and client)
Browse files Browse the repository at this point in the history
Hummm, backward compatibility!
  • Loading branch information
vincentbernat committed Aug 7, 2015
1 parent e3ae030 commit 0c41fb8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<script src="bower_components/angular-strap/dist/angular-strap.js"></script>
<script src="bower_components/angular-strap/dist/angular-strap.tpl.js"></script>
<script src="bower_components/angular-xeditable/dist/js/xeditable.js"></script>
<script src="bower_components/socket.io-client/dist/socket.io.js"></script>
<script src="bower_components/socket.io-client/socket.io.js"></script>
<script src="bower_components/lodash/lodash.js"></script>
<script src="bower_components/later/later.js"></script>
<!-- endbuild -->
Expand Down
2 changes: 1 addition & 1 deletion app/receiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>

<!-- build:js scripts/receiver-vendor.js -->
<script src="bower_components/socket.io-client/dist/socket.io.js"></script>
<script src="bower_components/socket.io-client/socket.io.js"></script>
<!-- endbuild -->
<!-- build:js scripts/receiver-final.js -->
<script src="scripts/receiver.js"></script>
Expand Down
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": "~0.9.16",
"socket.io-client": "~1.3.6",
"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": "~0.9.16",
"socket.io": "~1.3.6",
"winston": "~1.0.1"
},
"optionalDependencies": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"load-grunt-tasks": "~3.2.0",
"should": "~7.0.2",
"should-http": "0.0.4",
"socket.io-client": "~0.9.16",
"socket.io-client": "~1.3.6",
"sqlite3": "~3.0.10",
"supertest": "~1.0.1",
"time-grunt": "~1.2.1"
Expand Down

0 comments on commit 0c41fb8

Please sign in to comment.