1
0
mirror da https://github.com/therootcompany/greenlock.js.git synced 2024-11-16 17:29:00 +00:00

Confronta commit

..

2 Commit

Autore SHA1 Messaggio Data
AJ ONeal
944b61c3d0 v2.2.15 2018-05-15 17:35:42 -06:00
AJ ONeal
ad577a2f62 remove remnant homedir dependency 2018-05-15 17:35:22 -06:00
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni

Vedi File

@ -54,7 +54,7 @@ module.exports.merge = function (/*defaults, args*/) {
};
module.exports.tplCopy = function (copy) {
var homedir = require('homedir')();
var homedir = require('os').homedir();
var tplKeys;
copy.hostnameGet = function (copy) {

Vedi File

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