Comparing version 2.0.0 to 2.0.1
@@ -8,3 +8,3 @@ | ||
if (!color) color = '\x1b[31m'; | ||
console.log(color, msg, '\x1b[0m'); | ||
console.log(color, msg.m, '\x1b[0m'); | ||
} |
{ | ||
"name": "tstw", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "This npm module is for testing npm version.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
729