1
0
zrcadlo https://github.com/therootcompany/greenlock.js.git synchronizováno 2024-11-16 17:29:00 +00:00

Porovnat revize

...

2 Commity

Autor SHA1 Zpráva Datum
AJ ONeal
0e58683c7d v2.2.18 2018-05-21 13:58:27 -06:00
AJ ONeal
c8b4c88a5c instruct to install le-acme-core 2018-05-21 13:57:58 -06:00
2 změnil soubory, kde provedl 2 přidání a 1 odebrání

Zobrazit soubor

@ -130,6 +130,7 @@ Greenlock.create = function (gl) {
console.warn("or");
console.warn("");
console.warn(" 'v01' for Let's Encrypt v1 (deprecated)");
console.warn(" (also 'npm install --save le-acme-core' as this legacy dependency will soon be removed)");
console.warn("");
console.warn("This will be required in versions v2.3+");
console.warn("");

Zobrazit soubor

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.2.17",
"version": "2.2.18",
"description": "Let's Encrypt for node.js on npm",
"main": "index.js",
"scripts": {