Comparing version 1.0.5 to 1.0.6
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
const { request, metrics } = require('./lib') | ||
const { replace, csv } = require('./lib/util') | ||
const { replace, csv, date_ago } = require('./lib/util') | ||
@@ -8,0 +8,0 @@ const flags = mri(process.argv.slice(2), { |
{ | ||
"name": "kbme", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"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
107792