Comparing version 0.0.10 to 0.0.11
@@ -118,3 +118,3 @@ var util = require('util'); | ||
var name = path.basename(file, path.extname(file)); | ||
self.file(file, name !== 'config'); | ||
self.file(file, name.indexOf('conf') !== 0); | ||
}); | ||
@@ -132,3 +132,3 @@ }; | ||
pkgPath = findPackage(findModule); | ||
} catch(e){} // Do nothing with the error | ||
} catch(e){} // Do nothing with the error | ||
} | ||
@@ -139,3 +139,3 @@ } | ||
pkgPath = findPackage(module.parent); | ||
} catch(e){} // Do nothing with the error | ||
} catch(e){} // Do nothing with the error | ||
} | ||
@@ -142,0 +142,0 @@ if (pkgPath) { |
{ | ||
"name": "etc", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Configuration loader for node.js applications", | ||
@@ -5,0 +5,0 @@ "main": "etc.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
13666