From 19e212deb542938d262434b7b9bef020408bc3cb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 1 Nov 2019 14:35:38 -0600 Subject: [PATCH] v3.0.25: fix --- challenges-underlay.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges-underlay.js b/challenges-underlay.js index 8d4d7f9..423aea3 100644 --- a/challenges-underlay.js +++ b/challenges-underlay.js @@ -3,6 +3,7 @@ var Greenlock = require('./'); module.exports.wrap = function(greenlock) { + greenlock.challenges = {}; greenlock.challenges.get = function(chall) { // TODO pick one and warn on the others // (just here due to some backwards compat issues with early v3 plugins) diff --git a/package.json b/package.json index 2201fa1..9727709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@root/greenlock", - "version": "3.0.24", + "version": "3.0.25", "description": "The easiest Let's Encrypt client for Node.js and Browsers", "homepage": "https://rootprojects.org/greenlock/", "main": "greenlock.js",