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
|
||||
//challenge: ch
|
||||
});
|
||||
// ignore promise return
|
||||
noopts.challenges[ch.type]
|
||||
.remove({ challenge: ch })
|
||||
.catch(function(err) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@root/acme",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"homepage": "https://rootprojects.org/acme/",
|
||||
"main": "acme.js",
|
||||
|
|
Loading…
Reference in New Issue