Comparing version 0.1.1 to 0.1.2
@@ -125,3 +125,3 @@ /** | ||
log.run = function () { | ||
log.inform = function () { | ||
var args = arguments; | ||
@@ -131,4 +131,6 @@ args[0] = format('gray', args[0]); | ||
}; | ||
log.run = log.inform; | ||
/** | ||
@@ -135,0 +137,0 @@ * Write |
{ | ||
"name": "verbalize", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A lightweight command line logging utility, with verbose mode and colors by chalk.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
8644
230