digitalocean-api
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -37,3 +37,3 @@ var extend = require('xtend'); | ||
if(!error && !!body.status && body.status !== 'OK'){ | ||
error = new Error(body.description); | ||
error = new Error(body.description || body.error_message); | ||
} | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "digitalocean-api", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Matej Simek <email@matejsimek.cz>", | ||
@@ -5,0 +5,0 @@ "description": "DigitalOcean API wrapper", |
16025