Compare commits
No commits in common. "master" and "refactor" have entirely different histories.
2
index.js
2
index.js
|
@ -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');
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue