From caf804cc41c1ff2dc75d2ce34be0ba5532e9afa5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 18 May 2018 07:46:45 +0000 Subject: [PATCH] bettor error handling in greenlock and acme --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 19aa071..d738447 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "example": "examples" }, "dependencies": { - "greenlock": "^2.2.8", + "acme-v2": "^1.0.7", + "greenlock": "^2.2.16", "le-challenge-fs": "^2.0.8", "le-sni-auto": "^2.1.4", "le-store-certbot": "^2.1.0",