Comparing version 0.0.5 to 0.0.6
@@ -77,3 +77,3 @@ 'use strict'; | ||
var command_buffer_handler = function(data) { | ||
console.log(chalk.grey.underline(moment().format('H:m:i')) + ': ' + chalk.white.bold(data.toString())); | ||
console.log(data.toString()); | ||
}; | ||
@@ -80,0 +80,0 @@ |
{ | ||
"name": "cml-cli", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.", | ||
@@ -5,0 +5,0 @@ "private": false, |
6462