Comparing version 0.0.2 to 0.0.3
@@ -146,3 +146,6 @@ var | ||
// loading order is the same as alphabetical sorting | ||
.sort().reverse() | ||
// (file extension is not considered) | ||
.sort(function(a, b) { | ||
return a.replace(/\.[^.]+$/, "") > b.replace(/\.[^.]+$/, ""); | ||
}) | ||
// return array of file meta objects | ||
@@ -149,0 +152,0 @@ .map(function(file){ |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "lib/index.js", | ||
@@ -11,0 +11,0 @@ "license": { |
@@ -5,2 +5,3 @@ # configur | ||
[![David Status](https://david-dm.org/tsertkov/configur.png)](https://david-dm.org/tsertkov/configur) | ||
[![Stories in Ready](https://badge.waffle.io/tsertkov/configur.png?label=ready&title=Ready)](https://waffle.io/tsertkov/configur) | ||
@@ -7,0 +8,0 @@ > Dynamic configuration powered by dotpath templates. |
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
37554
19
265
17