Comparing version 0.0.7 to 0.0.8
@@ -77,3 +77,3 @@ 'use strict'; | ||
var command_buffer_handler = function(data) { | ||
console.log(data.toString().replace(/\n|\r/gi)); | ||
console.log(data.toString().replace(/(\n|\r){1}/gi)); | ||
}; | ||
@@ -80,0 +80,0 @@ |
{ | ||
"name": "cml-cli", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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, |
6486