v3.0.8: bump for parity with git tag
This commit is contained in:
parent
333605d9b8
commit
6352961fea
1
acme.js
1
acme.js
|
@ -486,6 +486,7 @@ ACME._dryRun = function(me, realOptions, zonenames) {
|
||||||
type: ch.type
|
type: ch.type
|
||||||
//challenge: ch
|
//challenge: ch
|
||||||
});
|
});
|
||||||
|
// ignore promise return
|
||||||
noopts.challenges[ch.type]
|
noopts.challenges[ch.type]
|
||||||
.remove({ challenge: ch })
|
.remove({ challenge: ch })
|
||||||
.catch(function(err) {
|
.catch(function(err) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/acme",
|
"name": "@root/acme",
|
||||||
"version": "3.0.6",
|
"version": "3.0.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/acme",
|
"name": "@root/acme",
|
||||||
"version": "3.0.7",
|
"version": "3.0.8",
|
||||||
"description": "Free SSL certificates for Node.js and Browsers. Issued via Let's Encrypt",
|
"description": "Free SSL certificates for Node.js and Browsers. Issued via Let's Encrypt",
|
||||||
"homepage": "https://rootprojects.org/acme/",
|
"homepage": "https://rootprojects.org/acme/",
|
||||||
"main": "acme.js",
|
"main": "acme.js",
|
||||||
|
|
Loading…
Reference in New Issue