Compare commits

..

No commits in common. "master" and "refactor" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View File

@ -17,7 +17,7 @@ if (process.version.match(/^v(\d+)/)[1] > 6) {
);
console.warn();
}
require('./lib/node-v6-compat.js');
require('./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.2",
"version": "3.3.0",
"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,9 +8,7 @@
"example.js",
"lib"
],
"dependencies": {
"@root/request": "^1.3.11"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node example.js"