Este commit está contenido en:
AJ ONeal 2018-05-21 13:50:55 -06:00
padre 13064ee177
commit 5afd939653
Se han modificado 1 ficheros con 3 adiciones y 2 borrados

Ver fichero

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.2.16",
"version": "2.2.17",
"description": "Let's Encrypt for node.js on npm",
"main": "index.js",
"scripts": {
@ -58,7 +58,8 @@
"request": "^2.75.0"
},
"optionalDependencies": {
"bluebird": "^3.5.1"
"bluebird": "^3.5.1",
"le-acme-core": "^2.1.3"
},
"dependencies": {
"acme-v2": "^1.0.6",