Compare commits

..

3 Commits

Author SHA1 Message Date
AJ ONeal 9f86ee8d32 add .jshintrc 2019-07-07 22:38:56 -06:00
AJ ONeal 54cc80e1e5 v3.0.1: fix link typo 2019-07-03 22:40:47 -06:00
AJ ONeal 9778ac3ccf v3.0.1: fix link typo 2019-07-03 22:33:46 -06:00
4 changed files with 14 additions and 10 deletions

1
.jshintrc Symbolic link
View File

@ -0,0 +1 @@
/Users/aj/dotfiles/dummy/.jshintrc

View File

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

14
package-lock.json generated
View File

@ -7,13 +7,17 @@
"@root/request": {
"version": "1.3.11",
"resolved": "https://registry.npmjs.org/@root/request/-/request-1.3.11.tgz",
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw==",
"dev": true
},
"acme-challenge-test": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/acme-challenge-test/-/acme-challenge-test-3.2.1.tgz",
"integrity": "sha512-8MwL2oWx7vM/SBIeEQfeoRyW0kYCtLFS4FfgIx3lsQmSKhbDo9J88Ud6DejdupRp2T+DlEkWIBVI3qOCVViUaQ==",
"dev": true
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/acme-challenge-test/-/acme-challenge-test-3.3.1.tgz",
"integrity": "sha512-y7iCHb70hWuFgPvtAWwQd1sz9I2Atu+6PKhN5sIIfqDhkg/sVmlxAVKXn6/SBx9TSrP50xHtiAnMkmt+umemDw==",
"dev": true,
"requires": {
"@root/request": "^1.3.11"
}
},
"acme-dns-01-test": {
"version": "3.2.1",

View File

@ -1,6 +1,6 @@
{
"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",
"main": "index.js",
"scripts": {
@ -21,9 +21,8 @@
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"acme-dns-01-test": "^3.2.0"
"acme-dns-01-test": "^3.2.1"
}
}