letsencrypt to greenlock

This commit is contained in:
Drew Warren 2017-01-17 16:27:33 -07:00
parent 0acfd48f65
commit 70468acae3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "letsencrypt-express", "name": "greenlock-express",
"version": "2.0.6", "version": "2.0.6",
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"main": "lex.js", "main": "lex.js",
@ -10,7 +10,7 @@
"le-challenge-fs": "^2.0.4", "le-challenge-fs": "^2.0.4",
"le-sni-auto": "^2.0.1", "le-sni-auto": "^2.0.1",
"le-store-certbot": "^2.0.3", "le-store-certbot": "^2.0.3",
"letsencrypt": "^2.1.0", "greenlock": "^2.1.9",
"localhost.daplie.com-certificates": "^1.2.3", "localhost.daplie.com-certificates": "^1.2.3",
"redirect-https": "^1.1.0" "redirect-https": "^1.1.0"
}, },