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",
|
"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",
|
"description": "Free SSL and Automated HTTPS from the Greenlock command line, modeled after certbot",
|
||||||
"homepage": "https://greenlock.domains",
|
"homepage": "https://greenlock.domains",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
@ -15,21 +15,17 @@
|
||||||
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
|
"url": "https://git.rootprojects.org/root/greenlock-cli.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"Let's Encrypt",
|
||||||
"nodejs",
|
"ACME",
|
||||||
"acme",
|
|
||||||
"boulder",
|
|
||||||
"cli",
|
"cli",
|
||||||
"letsencrypt",
|
"letsencrypt",
|
||||||
"greenlock",
|
|
||||||
"le",
|
|
||||||
"ssl",
|
"ssl",
|
||||||
"https",
|
"https",
|
||||||
"tls",
|
"tls",
|
||||||
"free"
|
"Free SSL"
|
||||||
],
|
],
|
||||||
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
|
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com)",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "MPL-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
|
"url": "https://git.rootprojects.org/root/greenlock-cli.js/issues"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue