lodash-decorators
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -124,3 +124,5 @@ 'use strict'; | ||
getter[getterAnnotation] = get[getterAnnotation]; | ||
if (get) { | ||
getter[getterAnnotation] = get[getterAnnotation]; | ||
} | ||
@@ -127,0 +129,0 @@ return { get: getter }; |
{ | ||
"name": "lodash-decorators", | ||
"author": "Steven Sojka", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=0.12.0" |
@@ -63,3 +63,5 @@ 'use strict'; | ||
getter[getterAnnotation] = get[getterAnnotation]; | ||
if (get) { | ||
getter[getterAnnotation] = get[getterAnnotation]; | ||
} | ||
@@ -66,0 +68,0 @@ return { get: getter }; |
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
16287
416