1
0
şunun yansıması https://github.com/therootcompany/greenlock-express.js.git eşitlendi 2024-11-16 17:28:59 +00:00

add communityPackageVersion

Bu işleme şunda yer alıyor:
AJ ONeal 2018-11-05 11:11:30 -07:00
ebeveyn df9a27ec20
işleme 05e01ce947

Dosyayı Görüntüle

@ -12,6 +12,7 @@ module.exports.create = function (opts) {
// accept all defaults for greenlock.challenges, greenlock.store, greenlock.middleware // accept all defaults for greenlock.challenges, greenlock.store, greenlock.middleware
if (!opts._communityPackage) { if (!opts._communityPackage) {
opts._communityPackage = 'greenlock-express.js'; opts._communityPackage = 'greenlock-express.js';
opts._communityPackageVersion = require('./package.json').version;
} }
function explainError(e) { function explainError(e) {