v3.0.0: NameCheap DNS + Let's Encrypt for Node.js

This commit is contained in:
AJ ONeal 2019-07-23 02:25:11 -06:00
parent 705902ff32
commit d9b9b0fcd6
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
"version": "3.0.0",
"description": "Namecheap DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js",
"main": "index.js",
"files": [
"lib",
"test.js"
],
"scripts": {
"test": "node ./test.js"
},