v3.0.0: NameCheap DNS + Let's Encrypt for Node.js
This commit is contained in:
parent
705902ff32
commit
d9b9b0fcd6
|
@ -3,6 +3,10 @@
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"description": "Namecheap DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js",
|
"description": "Namecheap DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"test.js"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node ./test.js"
|
"test": "node ./test.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue