Skip to content

Commit

Permalink
fix(deps): remove weinre - fixes #1413
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Dec 19, 2017
1 parent f015a29 commit e6be4e9
Show file tree
Hide file tree
Showing 3 changed files with 4,917 additions and 6 deletions.
6 changes: 1 addition & 5 deletions lib/default-config.js
Expand Up @@ -10,15 +10,11 @@ module.exports = {
* @property ui
* @type Object
* @param {Number} [port=3001]
* @param {Number} [weinre.port=8080]
* @since 2.0.0
* @default false
*/
ui: {
port: 3001,
weinre: {
port: 8080
}
port: 3001
},

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"browser-sync-client": "2.5.1",
"browser-sync-ui": "0.6.3",
"browser-sync-ui": "1.0.0",
"bs-recipes": "1.3.4",
"chokidar": "1.7.0",
"connect": "3.5.0",
Expand Down

0 comments on commit e6be4e9

Please sign in to comment.