Comparing version 1.0.6 to 1.0.7
@@ -48,3 +48,3 @@ #!/usr/bin/env node | ||
if (flags.help) { | ||
console.log(require('./help')) | ||
console.log(require('./lib/help')) | ||
process.exit(0); | ||
@@ -51,0 +51,0 @@ } |
@@ -1,2 +0,2 @@ | ||
const pkg = require('./package.json') | ||
const pkg = require('../package.json') | ||
const opt = require('./options') | ||
@@ -33,2 +33,2 @@ | ||
module.exports = help | ||
module.exports = help |
{ | ||
"name": "kbme", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Gather kanban metrics from your JIRA instance", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
107798
935