Comparing version 0.3.2 to 0.3.3
@@ -69,6 +69,11 @@ 'use strict'; | ||
read: function (opts) { | ||
var configDir = xdgBasedir.config; | ||
if (!configDir) { | ||
return Bluebird.resolve([]); | ||
} | ||
var name = opts.name; | ||
return Bluebird.map( | ||
glob(j(xdgBasedir.config, name, 'config.*')), | ||
glob(j(configDir, name, 'config.*')), | ||
readFile | ||
@@ -75,0 +80,0 @@ ); |
{ | ||
"name": "app-conf", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
8959
257