add missing node-v6-compat

This commit is contained in:
AJ ONeal 2019-06-15 17:31:01 -06:00
parent f26b7bd58b
commit 803cb4ef2c
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ if (process.version.match(/^v(\d+)/)[1] > 6) {
); );
console.warn(); console.warn();
} }
require('./node-v6-compat.js'); require('./lib/node-v6-compat.js');
// Load _after_ node v6 compat // Load _after_ node v6 compat
var crypto = require('crypto'); var crypto = require('crypto');

View File

@ -1,6 +1,6 @@
{ {
"name": "acme-challenge-test", "name": "acme-challenge-test",
"version": "3.3.1", "version": "3.3.2",
"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.", "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", "main": "index.js",
"homepage": "https://git.rootprojects.org/root/acme-challenge-test.js", "homepage": "https://git.rootprojects.org/root/acme-challenge-test.js",