From 182cb4494b7b57fcd17976e797d4574d8e4b4216 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 22 Nov 2016 19:55:09 -0800 Subject: [PATCH] Update ngrok to latest in package.json It's up to 2.2.3 now. I found that the current (2.1.8) was throwing errors for me when I tried to use zuul-ngrok (in particular "the tunnel http://mydomain.ngrok.io is already bound to another tunnel session") --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81c344f..46f1f5c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "ngrok" ], "dependencies": { - "ngrok": "2.1.8", + "ngrok": "^2.1.8", "xtend": "4.0.1" }, "author": "Tony Kovanen ",