command-line-usage
Advanced tools
Comparing version 7.0.0-beta.0 to 7.0.0
@@ -5,3 +5,3 @@ import Section from '../section.js' | ||
import chalkFormat from '../chalk-format.js' | ||
import arrayify from 'array-back' | ||
import arrayify from 'array-back' | ||
@@ -8,0 +8,0 @@ class ContentSection extends Section { |
@@ -27,3 +27,3 @@ import Section from '../section.js' | ||
const groupMatch = intersect(arrayify(def.group), groups) | ||
if (noGroupMatch || groupMatch) return def | ||
return (noGroupMatch || groupMatch) ? def : undefined | ||
}) | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "command-line-usage", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "7.0.0-beta.0", | ||
"version": "7.0.0", | ||
"description": "Generates command-line usage information", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/command-line-usage", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19810
1