colorprint
Advanced tools
Comparing version 1.0.2 to 1.0.3
/** | ||
* @overview Print ansi-colored message to stdout/stderr. | ||
* @version 1.0.1 | ||
* @version 1.0.2 | ||
* @module colorprint | ||
@@ -36,3 +36,3 @@ * @author {@link http://okunishitaka.com|Taka Okunishi} | ||
var colorprint = new Colorprint(); | ||
colorprint.version = '1.0.1'; | ||
colorprint.version = '1.0.2'; | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "colorprint", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Print ansi-colored message to stdout/stderr.", | ||
"main": "index.js", | ||
"main": "lib", | ||
"directories": { | ||
@@ -10,2 +10,5 @@ "doc": "docs", | ||
}, | ||
"bin": { | ||
"colorprint": "bin/colorprint" | ||
}, | ||
"scripts": { | ||
@@ -12,0 +15,0 @@ "unittest": "nodeunit", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2972261