Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Oct 8, 2016
1 parent a522aaf commit 3c3fe52
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .eslintignore
@@ -1,4 +1,5 @@
lib/public/socket.io.js
lib/public/socket.io.min.js
lib/templates/**/*
lib/server/certs/**
lib/cli/cli-template.js
Expand Down
2 changes: 1 addition & 1 deletion lib/config.js
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.js",
socketIoScript: "/public/socket.io.min.1.5.0.js",
configFile: "default-config.js",
userFile: "bs-config.js",
template: "cli-template.js",
Expand Down
4 changes: 0 additions & 4 deletions lib/public/socket.io.js

This file was deleted.

4 changes: 4 additions & 0 deletions lib/public/socket.io.min.1.5.0.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"browser-sync-ui": "0.6.1",
"bs-recipes": "1.2.3",
"chokidar": "1.6.0",
"connect": "3.4.1",
"connect": "3.5.0",
"dev-ip": "^1.0.1",
"easy-extender": "2.3.2",
"eazy-logger": "3.0.2",
Expand All @@ -54,21 +54,21 @@
"serve-index": "1.8.0",
"serve-static": "1.11.1",
"server-destroy": "1.0.1",
"socket.io": "1.4.8",
"socket.io": "1.5.0",
"ua-parser-js": "0.7.10",
"yargs": "5.0.0"
"yargs": "6.0.0"
},
"devDependencies": {
"browser-sync-spa": "1.0.3",
"bs-html-injector": "3.0.2",
"bs-html-injector": "3.0.3",
"bs-latency": "1.0.0",
"bs-rewrite-rules": "1.0.0",
"bs-rewrite-rules": "2.0.0",
"bs-snippet-injector": "2.0.1",
"chai": "3.5.0",
"chalk": "1.1.3",
"compression": "1.6.2",
"eslint": "3.7.1",
"graceful-fs": "4.1.6",
"graceful-fs": "4.1.9",
"gulp": "3.9.1",
"gulp-contribs": "0.0.3",
"gulp-conventional-changelog": "1.1.0",
Expand All @@ -81,7 +81,7 @@
"request": "2.74.0",
"rimraf": "2.5.4",
"sinon": "1.17.5",
"socket.io-client": "1.4.8",
"socket.io-client": "1.5.0",
"supertest": "2.0.0",
"vinyl": "1.2.0"
},
Expand Down

0 comments on commit 3c3fe52

Please sign in to comment.