browser-sync-connect
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "browser-sync-connect", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "connect to browser sync without copying the script snippets to the html source", | ||
@@ -5,0 +5,0 @@ "main": "src/browser-sync-connect.js", |
@@ -24,3 +24,4 @@ (function(exports) { | ||
document.head.appendChild(script); | ||
var head = document.head || document.getElementsByTagName('head')[0] || document.documentElement; | ||
head.appendChild(script); | ||
}; | ||
@@ -27,0 +28,0 @@ |
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
3929
42