Comparing version 1.0.0 to 1.0.1
@@ -55,3 +55,3 @@ var _ = require('lodash'); | ||
]) | ||
.thenReturn(body); | ||
.thenReturn(props.tags); | ||
@@ -58,0 +58,0 @@ default: |
@@ -76,3 +76,3 @@ var child_process = require('child_process'); | ||
if (!msgObj) { | ||
this.emit('error', new Error('malformed log message: ' + JSON.stringify(message))); | ||
this.emit('log', 'malformed log message: ' + JSON.stringify(message)); | ||
return; | ||
@@ -79,0 +79,0 @@ } |
{ | ||
"name": "libesvm", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "libesvm is a library for managning an Elasticsearch process for development and testing.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
47764