model-attributes
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -13,2 +13,6 @@ /* jslint node: true, esnext: true */ | ||
// TODO create default | ||
if (Object.keys(ca.attributes).length === 0) { | ||
dest[name] = src[name]; | ||
return; | ||
} | ||
dest[name] = {}; | ||
@@ -15,0 +19,0 @@ } |
{ | ||
"name": "model-attributes", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "attribute meta description", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
6607
135