v3.0.25: fix

This commit is contained in:
AJ ONeal 2019-11-01 14:35:38 -06:00
부모 0b96ddef5a
커밋 19e212deb5
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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

파일 보기

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