From dcf6215f56ef2d9943a965cade67d290249de6e7 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 17 Nov 2014 15:51:44 -0400 Subject: [PATCH] Install resin-platform-api from git --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c4b2724..2dadef2a 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "async": "~0.9.0", "rimraf": "~2.2.8", "commander": "~2.5.0", - "mkdirp": "~0.5.0" + "mkdirp": "~0.5.0", + "resin-platform-api": "git+ssh://git@bitbucket.org/rulemotion/resin-platform-api.git#master" } }