Comparing version 0.0.8 to 0.0.9
@@ -27,3 +27,3 @@ /* | ||
if (obj['#include'] !== undefined) { | ||
Array.isArray(obj['#include']) ? obj['#include'] : [obj['#include']].reverse().forEach(function (include) { | ||
(Array.isArray(obj['#include']) ? obj['#include'].reverse() : [obj['#include']]).forEach(function (include) { | ||
// Figure out the target filename. | ||
@@ -30,0 +30,0 @@ var dirname = path.dirname(currentFile), |
@@ -5,3 +5,3 @@ { | ||
"description": "Configuration", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
8457