Comparing version 0.0.14 to 0.0.15
@@ -5,3 +5,3 @@ { | ||
"description": "Core JavaScript library for browser runtime", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "fish" |
@@ -139,3 +139,3 @@ /** | ||
var root = this; | ||
var root = global; | ||
function getContainer(container) { | ||
@@ -142,0 +142,0 @@ if (root.HTMLElement && container instanceof root.HTMLElement) return container; |
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
22369