Browse Source

v3.0.25: fix

v4 v3.0.25
AJ ONeal 5 years ago
parent
commit
19e212deb5
  1. 1
      challenges-underlay.js
  2. 2
      package.json

1
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)

2
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",

Loading…
Cancel
Save