Comparing version 1.0.3 to 1.0.4
10
cli.js
@@ -27,7 +27,2 @@ #!/usr/bin/env node | ||
if (flags.help) { | ||
console.log(require('./help')) | ||
process.exit(0); | ||
} | ||
run(flags) | ||
@@ -53,2 +48,7 @@ .then(console.log) | ||
if (flags.help) { | ||
console.log(require('./help')) | ||
process.exit(0); | ||
} | ||
if (!opt.jira) { | ||
@@ -55,0 +55,0 @@ error = true |
{ | ||
"name": "kbme", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Gather kanban metrics from your JIRA instance", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
107806
0