From a8114380d76c4eb17d3f3be366f711bd9feab298 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 4 Feb 2015 15:32:55 -0400 Subject: [PATCH] Grab the master version of resin-cli-visuals. There will be many changes in Resin CLI Visuals soon, so we can always fetch master to avoid having to tag it everytime. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86278690..d0f98349 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "nplugm": "^1.0.1", "open": "0.0.5", "progress-stream": "^0.5.0", - "resin-cli-visuals": "0.0.4", + "resin-cli-visuals": "git+https://git@github.com/resin-io/resin-cli-visuals.git", "resin-sdk": "git+https://git@github.com/resin-io/resin-sdk.git", "underscore.string": "~2.4.0" }