commonform-terminal
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "commonform-terminal", | ||
"description": "display Common Forms at text terminals", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/commonform/commonform-terminal/issues", |
@@ -26,3 +26,3 @@ /* Copyright Kyle E. Mitchell | ||
return new Array(paragraph.depth * 4 + 1).join(' ') + | ||
(number ? chalk.gray(numberStyle(number)) + TAB : '') + | ||
(number ? chalk.gray(numberStyle(number, true)) + ' ' : '') + | ||
( | ||
@@ -29,0 +29,0 @@ paragraph.hasOwnProperty('heading') |
Sorry, the diff of this file is not supported yet
8264