Compare commits

...

2 Commits

Author SHA1 Message Date
aa2a776723 Update 'README.md' 2019-06-15 23:15:15 +00:00
Archie Baer
250133afd8 Added myself as a contributor 2019-06-16 00:13:33 +01:00
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,11 @@
NameCheap DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js (Node.js). NameCheap DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js (Node.js).
# In Development
The documentation for how to pass the tests is here:
* https://git.rootprojects.org/root/acme-dns-01-test.js
# Tests # Tests
``` ```

View File

@ -21,7 +21,8 @@
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"contributors": [ "contributors": [
"Nyaundi Brian <danleyb2@gmail.com> (https://git.coolaj86.com/danleyb2/)" "Nyaundi Brian <danleyb2@gmail.com> (https://git.coolaj86.com/danleyb2/)",
"Archie Baer <archie@abaer.dev> (https://abaer.dev)"
], ],
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {