v3.0.8: bump for parity with git tag

このコミットが含まれているのは:
AJ ONeal 2019-10-29 05:02:58 +00:00
コミット 6352961fea
3個のファイルの変更3行の追加2行の削除

ファイルの表示

@ -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) {

2
package-lock.json generated
ファイルの表示

@ -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",