heroin-js-librato
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -35,3 +35,2 @@ const diff = require('./diff') | ||
.then((result) => filterObject(result, [ 'id', 'created_at', 'updated_at' ])) | ||
.then((result) => JSON.stringify({alerts: result}, null, 2)) | ||
}, | ||
@@ -38,0 +37,0 @@ deleteAllAlerts () { |
{ | ||
"name": "heroin-js-librato", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Librato config as code", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
30706
489