browser-sync
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -31,3 +31,4 @@ var path = require('path'); | ||
host: proxyOptions.host, | ||
port: proxyOptions.port || 80 | ||
port: proxyOptions.port || 80, | ||
changeOrigin: true | ||
}); | ||
@@ -34,0 +35,0 @@ }; |
{ | ||
"name": "browser-sync", | ||
"description": "Live CSS Reload & Browser Syncing", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"homepage": "https://github.com/shakyshane/browser-sync", | ||
@@ -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
851401
19644