@paprika/helpers
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -45,3 +45,3 @@ "use strict"; | ||
if (Object.prototype.hasOwnProperty.call(components, child.type.displayName)) { | ||
var childs = (0, _isArray["default"])(components[child.type.displayName]) ? [child].concat((0, _toConsumableArray2["default"])(components[child.type.displayName])) : [child, components[child.type.displayName]]; | ||
var childs = (0, _isArray["default"])(components[child.type.displayName]) ? [].concat((0, _toConsumableArray2["default"])(components[child.type.displayName]), [child]) : [components[child.type.displayName], child]; | ||
components[child.type.displayName] = childs; | ||
@@ -48,0 +48,0 @@ } else { |
{ | ||
"name": "@paprika/helpers", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "Testing helpers for the components", | ||
@@ -19,3 +19,3 @@ "author": "@paprika", | ||
}, | ||
"gitHead": "82d1c196a4ea5059a8df545920fe579ecc19b5e3" | ||
"gitHead": "978853188cfcf48a1dfcd36d551b82966243830e" | ||
} |
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
40786
27
355