v2.3.3
This commit is contained in:
parent
3cb848b4c4
commit
07cb518cad
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "greenlock-cli",
|
||||
"version": "2.3.2",
|
||||
"version": "2.3.3",
|
||||
"description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot",
|
||||
"homepage": "https://greenlock.domains",
|
||||
"main": "index.js",
|
||||
|
@ -15,21 +15,17 @@
|
|||
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"node",
|
||||
"nodejs",
|
||||
"acme",
|
||||
"boulder",
|
||||
"Let's Encrypt",
|
||||
"ACME",
|
||||
"cli",
|
||||
"letsencrypt",
|
||||
"greenlock",
|
||||
"le",
|
||||
"ssl",
|
||||
"https",
|
||||
"tls",
|
||||
"free"
|
||||
"Free SSL"
|
||||
],
|
||||
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"license": "MPL-2.0",
|
||||
"bugs": {
|
||||
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue