Comparing version 3.2.1 to 3.2.2
@@ -0,1 +1,6 @@ | ||
3.2.2 / 2019-07-20 | ||
================== | ||
* Fixed delimiter bug in configDirs to match O/S delimiter - @iMoses | ||
3.2.1 / 2019-07-18 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -669,3 +669,3 @@ // config.js (c) 2010-2015 Loren West and other contributors | ||
util.locateMatchingFiles = function(configDirs, allowedFiles) { | ||
return configDirs.split(':') | ||
return configDirs.split(Path.delimiter) | ||
.reduce(function(files, configDir) { | ||
@@ -672,0 +672,0 @@ if (configDir) { |
{ | ||
"name": "config", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"main": "./lib/config.js", | ||
@@ -5,0 +5,0 @@ "description": "Configuration control for production node deployments", |
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
87512