v3.3.1: add @root/request as dep

This commit is contained in:
AJ ONeal 2019-06-15 12:28:21 -06:00
parent 2a383ada48
commit f26b7bd58b
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "acme-challenge-test",
"version": "3.3.0",
"version": "3.3.1",
"description": "ACME challenge test harness for Let's Encrypt integrations. Any `acme-http-01-` or `acme-dns-01-` challenge strategy or Greenlock plugin should be able to pass these tests.",
"main": "index.js",
"homepage": "https://git.rootprojects.org/root/acme-challenge-test.js",
@ -8,7 +8,9 @@
"example.js",
"lib"
],
"dependencies": {},
"dependencies": {
"@root/request": "^1.3.11"
},
"devDependencies": {},
"scripts": {
"test": "node example.js"