From 468312b6cc40b219bf744d329d7766de51b161fa Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 14 Apr 2017 13:17:18 -0400 Subject: [PATCH] upgrade: `elevator` to v2.2.1 (#1300) This version improves the error message if the elevate.exe utility failed. See: https://github.com/resin-io-modules/elevator/pull/10 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 48de8c63..7aa93e5c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ } }, "optionalDependencies": { - "elevator": "^2.2.0" + "elevator": "^2.2.1" }, "dependencies": { "angular": "1.6.3",