Skip to content

Commit

Permalink
deps: bump socket.io = 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Nov 20, 2016
1 parent 78c519e commit f2f9722
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lib/public/socket.io.js
lib/public/socket.io.min.1.5.0.js
lib/public/socket.io.min.1.6.0.js
lib/templates/**/*
lib/server/certs/**
lib/cli/cli-template.js
Expand Down
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
scriptTagSimple: path.join(__dirname, "templates/script-tags-simple.tmpl"),
connector: path.join(__dirname, "templates/connector.tmpl")
},
socketIoScript: "/public/socket.io.min.1.5.0.js",
socketIoScript: "/public/socket.io.min.1.6.0.js",
configFile: "default-config.js",
userFile: "bs-config.js",
template: "cli-template.js",
Expand Down
3 changes: 0 additions & 3 deletions lib/public/socket.io.min.1.5.0.js

This file was deleted.

3 changes: 3 additions & 0 deletions lib/public/socket.io.min.1.6.0.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"serve-index": "1.8.0",
"serve-static": "1.11.1",
"server-destroy": "1.0.1",
"socket.io": "1.5.0",
"socket.io": "1.6.0",
"socket.io-client": "1.6.0",
"ua-parser-js": "0.7.10",
"yargs": "6.0.0"
},
Expand Down

0 comments on commit f2f9722

Please sign in to comment.