v3.0.1: fix link typo

This commit is contained in:
AJ ONeal 2019-07-03 22:33:46 -06:00
förälder 79a8329179
incheckning 9778ac3ccf
2 ändrade filer med 4 tillägg och 5 borttagningar

Visa fil

@ -1,4 +1,4 @@
# [acme-dns-01-digitalocean](https://git.rootprojects.org/root/acme-dns-01-digitalocean.js) | a [Root](https://rootrpojects.org) project # [acme-dns-01-digitalocean](https://git.rootprojects.org/root/acme-dns-01-digitalocean.js) | a [Root](https://rootprojects.org) project
Digital Ocean DNS + Let's Encrypt for Node.js Digital Ocean DNS + Let's Encrypt for Node.js

Visa fil

@ -1,6 +1,6 @@
{ {
"name": "acme-dns-01-digitalocean", "name": "acme-dns-01-digitalocean",
"version": "3.0.0", "version": "3.0.1",
"description": "Digital Ocean DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js", "description": "Digital Ocean DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -21,9 +21,8 @@
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {},
},
"devDependencies": { "devDependencies": {
"acme-dns-01-test": "^3.2.0" "acme-dns-01-test": "^3.2.1"
} }
} }