commonform-terminal
Advanced tools
Comparing version
{ | ||
"name": "commonform-terminal", | ||
"description": "display Common Forms at text terminals", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/commonform/commonform-terminal/issues", |
@@ -10,3 +10,3 @@ var chalk = require('chalk'); | ||
return chalk.red.underline(element.blank); | ||
} else if (element.hasOwnProperty('numbering')) { | ||
} else if (element.hasOwnProperty('heading')) { | ||
var numbering = element.numbering; | ||
@@ -13,0 +13,0 @@ var heading = element.heading; |
27921
-0.01%