v3.0.25: fix
This commit is contained in:
parent
0b96ddef5a
commit
19e212deb5
|
@ -3,6 +3,7 @@
|
||||||
var Greenlock = require('./');
|
var Greenlock = require('./');
|
||||||
|
|
||||||
module.exports.wrap = function(greenlock) {
|
module.exports.wrap = function(greenlock) {
|
||||||
|
greenlock.challenges = {};
|
||||||
greenlock.challenges.get = function(chall) {
|
greenlock.challenges.get = function(chall) {
|
||||||
// TODO pick one and warn on the others
|
// TODO pick one and warn on the others
|
||||||
// (just here due to some backwards compat issues with early v3 plugins)
|
// (just here due to some backwards compat issues with early v3 plugins)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/greenlock",
|
"name": "@root/greenlock",
|
||||||
"version": "3.0.24",
|
"version": "3.0.25",
|
||||||
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
|
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
|
||||||
"homepage": "https://rootprojects.org/greenlock/",
|
"homepage": "https://rootprojects.org/greenlock/",
|
||||||
"main": "greenlock.js",
|
"main": "greenlock.js",
|
||||||
|
|
Loading…
Reference in New Issue