From d9ae31d1540eefdc08cbe0a276a763f659c3096c Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 9 Dec 2014 12:54:35 -0400 Subject: [PATCH] Fix npm dependencies issues --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c1a68ab2..03702c69 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rimraf": "~2.2.8", "commander": "~2.5.0", "mkdirp": "~0.5.0", - "resin-platform-api": "git+ssh://git@bitbucket.org/rulemotion/resin-platform-api.git#6dbc6de", + "resin-platform-api": "git+ssh://git@bitbucket.org/rulemotion/pinejs-client-js.git#6dbc6de", "bluebird": "~2.3.11", "open": "0.0.5", "inquirer": "~0.8.0", @@ -59,6 +59,7 @@ "progress-bar": "~0.1.1", "progress": "~1.1.8", "user-home": "~1.1.0", - "fs-plus": "~2.3.2" + "fs-plus": "~2.3.2", + "lodash-contrib": "~241.4.14" } }