@compone/define
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -5,4 +5,4 @@ const classed = require('@compone/class') | ||
, noop = () => {} | ||
, HTMLElement = client ? window.HTMLElement : class {} | ||
, registry = client ? window.customElements : {} | ||
, HTMLElement = client && window.HTMLElement || class {} | ||
, registry = client && window.customElements || {} | ||
@@ -9,0 +9,0 @@ module.exports = function define(name, component) { |
{ | ||
"name": "@compone/define", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2508