@dotdev/limelight
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -67,3 +67,3 @@ "use strict"; | ||
if (!this.element) { | ||
return; | ||
return console.error("".concat(target, " target not found!")); | ||
} | ||
@@ -70,0 +70,0 @@ |
@@ -58,3 +58,3 @@ /* ===================================================================================== @preserve = | ||
if (!this.element) { | ||
return | ||
return console.error(`${target} target not found!`) | ||
} | ||
@@ -61,0 +61,0 @@ |
@@ -56,3 +56,3 @@ { | ||
}, | ||
"version": "2.2.0" | ||
"version": "2.2.1" | ||
} |
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
39080