cute-localize
Advanced tools
Comparing version 0.1.19 to 0.1.20
@@ -140,2 +140,8 @@ #!/usr/bin/env node | ||
FS.readdirSync(dirName).forEach(function(fileName) { | ||
var shouldExclude = excludedPatterns.some(function(ep) { | ||
return (dirName + "/" + fileName).indexOf(ep) >= 0; | ||
}); | ||
if (shouldExclude) { | ||
return; | ||
} | ||
if (gitignore) { | ||
@@ -160,8 +166,2 @@ try { | ||
} | ||
var shouldExclude = excludedPatterns.some(function(ep) { | ||
return (dirName + "/" + fileName).indexOf(ep) >= 0; | ||
}); | ||
if (shouldExclude) { | ||
return; | ||
} | ||
var stats = FS.statSync(dirName + "/" + fileName); | ||
@@ -168,0 +168,0 @@ if (stats.isDirectory()) |
{ | ||
"name": "cute-localize", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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