Comparing version 0.1.0 to 0.1.1
@@ -49,2 +49,3 @@ /* | ||
reconf.resolve = function (filename,configPath,defaults) { | ||
var looking = true; | ||
if (configPath) { | ||
@@ -51,0 +52,0 @@ try { |
@@ -5,3 +5,3 @@ { | ||
"description" : "Recursive configuration file management with defaults and overrides for nconf.", | ||
"version" : "0.1.0", | ||
"version" : "0.1.1", | ||
"dependencies" : { | ||
@@ -8,0 +8,0 @@ "nconf" : ">= 0.1.2", |
4747
79