grunt-browser-output
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -23,3 +23,3 @@ (function grunt_browser_output(ssl){ | ||
var connection = new WebSocket(protocol + '://localhost:37901'); | ||
var connection = new WebSocket(protocol + '://' + location.hostname + ':37901'); | ||
connection.onmessage = function(e){ | ||
@@ -26,0 +26,0 @@ var data = JSON.parse(e.data); |
{ | ||
"name": "grunt-browser-output", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Redirect grunt output to the browser.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
273386