Compare commits

..

2 Commits

Author SHA1 Message Date
AJ ONeal 803cb4ef2c add missing node-v6-compat 2019-06-15 17:31:01 -06:00
AJ ONeal f26b7bd58b v3.3.1: add @root/request as dep 2019-06-15 12:28:25 -06:00
3 changed files with 5 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "acme-challenge-test",
"version": "3.3.0",
"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.",
"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"