pretty-print
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -47,4 +47,6 @@ var _ = require('lodash'); | ||
var paddedKey = addPadding(objKey, maxKeyLen); | ||
feedback.info(' ' + paddedKey.bold + obj[options.value]); | ||
var paddedKey = ' ' + addPadding(objKey, maxKeyLen).bold; | ||
if (options.value) paddingKey += obj[options.value]; | ||
feedback.info(paddedKey); | ||
}); | ||
@@ -51,0 +53,0 @@ } |
{ | ||
"name": "pretty-print", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Print formatted data to the the command line", | ||
@@ -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
4021
82