check-flow
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -69,3 +69,3 @@ #!/usr/bin/env node | ||
const output = yield (0, _runFlow.default)(_flowBin.default, { | ||
includeFiles: argv._, | ||
includeFiles: argv._.length === 0 ? ['*'] : argv._, | ||
ignoreFiles, | ||
@@ -72,0 +72,0 @@ options: process.argv.slice(2).filter(arg => /^--\w+^/.test(arg) || /^--\w+=.+$/.test(arg)) |
{ | ||
"name": "check-flow", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A better flow cli with ignoring files from node_modules", | ||
@@ -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
12048