We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f015a29 commit e6be4e9Copy full SHA for e6be4e9
lib/default-config.js
@@ -10,15 +10,11 @@ module.exports = {
10
* @property ui
11
* @type Object
12
* @param {Number} [port=3001]
13
- * @param {Number} [weinre.port=8080]
14
* @since 2.0.0
15
* @default false
16
*/
17
ui: {
18
- port: 3001,
19
- weinre: {
20
- port: 8080
21
- }
+ port: 3001
22
},
23
24
/**
package.json
@@ -33,7 +33,7 @@
33
34
"dependencies": {
35
"browser-sync-client": "2.5.1",
36
- "browser-sync-ui": "0.6.3",
+ "browser-sync-ui": "1.0.0",
37
"bs-recipes": "1.3.4",
38
"chokidar": "1.7.0",
39
"connect": "3.5.0",
0 commit comments