Comparing version 0.6.7 to 0.6.8
@@ -162,3 +162,7 @@ (function() { | ||
if (data[getName(child.name)] !== void 0) { | ||
if (!_.isArray(data[getName(child.name)])) data[getName(child.name)] = []; | ||
if (!_.isArray(data[getName(child.name)])) { | ||
var tmp = data[getName(child.name)]; | ||
data[getName(child.name)] = []; | ||
data[getName(child.name)].push(tmp); | ||
} | ||
data[getName(child.name)].push(nodeDataExtract(child, node.name)); | ||
@@ -165,0 +169,0 @@ } else { |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.6.7", | ||
"version": "0.6.8", | ||
"main": "./index", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
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
31875
619