Comparing version 2.2.0 to 2.2.1
@@ -148,2 +148,5 @@ (function() { | ||
} | ||
paths = paths.sort(function(a, b) { | ||
return a.toLowerCase().localeCompare(b.toLowerCase()); | ||
}); | ||
paths = paths.map(function(childPath) { | ||
@@ -168,2 +171,5 @@ return path.join(rootPath, childPath); | ||
} | ||
paths = paths.sort(function(a, b) { | ||
return a.toLowerCase().localeCompare(b.toLowerCase()); | ||
}); | ||
paths = paths.map(function(childPath) { | ||
@@ -170,0 +176,0 @@ return path.join(rootPath, childPath); |
{ | ||
"name": "fs-plus", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "node's fs with more helpers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/fs-plus.js", |
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
18424
474