From 7f5052f2745761df05bf0802d1882ab3c91b5836 Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Wed, 12 Nov 2014 16:12:09 +0000 Subject: [PATCH] Update resin-platform-api to v0.2.7 * now correctly returns rejected promises for non-2xx responses * now defaults compression to on --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe2b334d..a02b245b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ping": "0.1.8", "pubnub": "~3.6.4", "request": "~2.22.0", - "resin-platform-api": "git+ssh://git@bitbucket.org:rulemotion/resin-platform-api.git#v0.2.5", + "resin-platform-api": "git+ssh://git@bitbucket.org:rulemotion/resin-platform-api.git#v0.2.7", "sqlite3": "~2.1.19", "tty.js": "~0.2.13" },