Compare commits

..

No commits in common. "0e58683c7dff115a21f8cdf2b5b252c6f9368f07" and "5afd9396537193946c8bcb9fadc467944d892eb9" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -130,7 +130,6 @@ 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("");

View File

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