From 553511131418aebdd25d1029a5e782860fa506fd Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 14 Apr 2017 12:27:19 -0400 Subject: [PATCH] upgrade: `elevator` to v2.2.0 (#1298) This version contains a patch to output debugging information. See: https://github.com/resin-io-modules/elevator/pull/9 Signed-off-by: Juan Cruz Viotti --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f725e8f1..7d8180cc 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ } }, "optionalDependencies": { - "elevator": "^2.1.0" + "elevator": "^2.2.0" }, "dependencies": { "angular": "1.6.3",