From 0807b6a2d9afb8e161f96ac07a64451311fd2bbe Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 14 Aug 2015 12:13:22 -0400 Subject: [PATCH] Upgrade Resin SDK to v2.4.0 This release fixes: - Check if device exists before removing it "resin device rm " - https://github.com/resin-io/resin-cli/issues/123 - Check if app exists before removing it "resin app rm " - https://github.com/resin-io/resin-cli/issues/114 - Command does not display correct output "resin key " - https://github.com/resin-io/resin-cli/issues/112 Since it includes the following PRs: - https://github.com/resin-io/resin-sdk/pull/103 - https://github.com/resin-io/resin-sdk/pull/107 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbd07b73..6e9a217c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "resin-image-manager": "^2.0.0", "resin-pine": "^1.3.0", "resin-register-device": "^1.0.1", - "resin-sdk": "^2.2.0", + "resin-sdk": "^2.4.0", "resin-settings-client": "^1.4.0", "resin-vcs": "^2.0.0", "selfupdate": "^1.1.0",