Browse Source

v3.1.2: bugfix cli output

v4
AJ ONeal 4 years ago
parent
commit
d57089f49c
  1. 2
      greenlock.js
  2. 2
      package-lock.json
  3. 2
      package.json

2
greenlock.js

@ -295,7 +295,7 @@ G.create = function(gconf) {
greenlock._configAll = function(args) {
return greenlock._find(args).then(function(sites) {
if (!sites || !sites.length) {
return null;
return [];
}
sites = JSON.parse(JSON.stringify(sites));
return greenlock.manager._defaults().then(function(mconf) {

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "@root/greenlock",
"version": "3.1.0",
"version": "3.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "@root/greenlock",
"version": "3.1.0",
"version": "3.1.2",
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
"homepage": "https://rootprojects.org/greenlock/",
"main": "greenlock.js",

Loading…
Cancel
Save