node-options
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -101,3 +101,3 @@ module.exports = function () { | ||
pathAndFilename = path.join(process.env['HOME'], (dotPathPrefix ? dotPathPrefix : ''), filename); | ||
if (fs.exists(pathAndFilename)) return pathAndFilename; | ||
if (fs.existsSync(pathAndFilename)) return pathAndFilename; | ||
return filename; | ||
@@ -104,0 +104,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description" : "Parse the command line arguments", | ||
"version" : "0.0.5", | ||
"version" : "0.0.6", | ||
"repository" : { | ||
@@ -8,0 +8,0 @@ "type" : "git", |
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
30652