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

Compare commits

..

No commits in common. "944b61c3d0b99abae5c09097879e0bb5efb72e36" and "bf3eeedf2b70a45516ee385fa5d933b0b60b4195" have entirely different histories.

2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

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

파일 보기

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