update to letsencrypt v1.5.0, letiny-core v2.0.0, rsa-compat

This commit is contained in:
AJ ONeal 2016-08-04 00:01:49 -04:00
parent f0d9198223
commit 384fc8b164
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "letsencrypt-express", "name": "letsencrypt-express",
"version": "1.1.5", "version": "1.2.0",
"description": "Free SSL and Automatic HTTPS for node.js with Express, Connect, and other middleware systems", "description": "Free SSL and Automatic HTTPS for node.js with Express, Connect, and other middleware systems",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -50,7 +50,7 @@
}, },
"dependencies": { "dependencies": {
"homedir": "^0.6.0", "homedir": "^0.6.0",
"letsencrypt": "^1.4.2", "letsencrypt": "^1.5.0",
"localhost.daplie.com-certificates": "^1.1.2", "localhost.daplie.com-certificates": "^1.1.2",
"mkdirp": "^0.5.1" "mkdirp": "^0.5.1"
} }