v2.3.2: version bump for dependencies, fix upstream breaking change

This commit is contained in:
AJ ONeal 2018-07-12 02:25:13 -06:00
parent 648ed4e4d5
commit 60917e611e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "greenlock-express",
"version": "2.3.1",
"version": "2.3.2",
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"main": "index.js",
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js",
@ -8,7 +8,7 @@
"example": "examples"
},
"dependencies": {
"greenlock": "^2.3.0",
"greenlock": "^2.3.7",
"le-challenge-fs": "^2.0.8",
"le-sni-auto": "^2.1.4",
"le-store-certbot": "^2.1.0",