@github/catalyst
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -10,3 +10,3 @@ import { findTarget, findTargets } from './findtarget'; | ||
export function target(proto, key) { | ||
Object.defineProperty(proto, key, { | ||
return Object.defineProperty(proto, key, { | ||
configurable: true, | ||
@@ -26,3 +26,3 @@ get() { | ||
export function targets(proto, key) { | ||
Object.defineProperty(proto, key, { | ||
return Object.defineProperty(proto, key, { | ||
configurable: true, | ||
@@ -29,0 +29,0 @@ get() { |
{ | ||
"name": "@github/catalyst", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Helpers for creating HTML Elements as Controllers", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.github.io/catalyst", |
Sorry, the diff of this file is not supported yet
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
36684