From 07cb518cad4df9e5a86b690e67669d20109f77b8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 15 May 2019 22:31:54 -0600 Subject: [PATCH] v2.3.3 --- package.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6771823..1ec588e 100644 --- a/package.json +++ b/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 (https://solderjs.com)", - "license": "(MIT OR Apache-2.0)", + "license": "MPL-2.0", "bugs": { "url": "https://git.rootprojects.org/root/greenlock-cli.js/issues" },