browser-sync-ui
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -18,3 +18,9 @@ var weinre = require("./weinre"); | ||
weinre.init(ui); | ||
if (bs.options.get("scheme") === "https") { | ||
ui.setMany(function (item) { | ||
item.deleteIn(["clientFiles", "weinre"]); | ||
}); | ||
} else { | ||
weinre.init(ui); | ||
} | ||
@@ -21,0 +27,0 @@ ui.latency = latencyPlugin.init(ui, bs); |
{ | ||
"name": "browser-sync-ui", | ||
"description": "User Interface for BrowserSync", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"homepage": "http://www.browsersync.io/", | ||
@@ -6,0 +6,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4350757
5678