From f939b2488e40c0383797aa3cc0f7001fc287853a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 2 Jun 2019 22:10:26 -0600 Subject: [PATCH] rename acme-challenge- => acme-http-01- acme-dns-01- --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c9d93b..6881d3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "greenlock-challenge-test", "version": "3.0.3", - "description": "The base set of tests for all ACME challenge strategies. Any `acme-challenge-` or greenlock plugin should be able to pass these tests.", + "description": "The base set of tests for all ACME challenge strategies. Any `acme-http-01-`, `acme-dns-01-`, `acme-challenge-`, or greenlock plugin should be able to pass these tests.", "main": "index.js", "homepage": "https://git.rootprojects.org/root/acme-challenge-test.js", "dependencies": {},