gulp-help-doc
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -226,5 +226,5 @@ /** | ||
' '.repeat( | ||
OPTIONS.keysColumnWidth - | ||
Math.max(1,OPTIONS.keysColumnWidth - | ||
OPTIONS.padding - | ||
task.name.length | ||
task.name.length) | ||
); | ||
@@ -255,4 +255,4 @@ var chunks = chunk(task.desc, OPTIONS.lineWidth - | ||
chalk.bold.cyan('--' + arg.name) + | ||
' '.repeat(OPTIONS.keysColumnWidth - OPTIONS.padding - | ||
arg.name.length - 3) + | ||
' '.repeat(Math.max(1,OPTIONS.keysColumnWidth - OPTIONS.padding - | ||
arg.name.length - 3)) + | ||
chunks[i] | ||
@@ -259,0 +259,0 @@ ); |
{ | ||
"name": "gulp-help-doc", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Gulp available tasks usage information based on jsdoc-like notations", | ||
@@ -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
17961