Comparing version 1.1.0 to 2.0.0
@@ -6,5 +6,5 @@ | ||
exports.goodMsg = function (color) { | ||
exports.goodMsg = function (color, msg) { | ||
if (!color) color = '\x1b[31m'; | ||
console.log(color, "This is yellow color text", '\x1b[0m'); | ||
console.log(color, msg, '\x1b[0m'); | ||
} |
{ | ||
"name": "tstw", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "This npm module is for testing npm version.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
727