From 398e38bd732efe1f9efc432f79bf54669c757b80 Mon Sep 17 00:00:00 2001 From: Vasil Rangelov Date: Wed, 1 Feb 2017 17:11:19 +0200 Subject: [PATCH] Renamed letsencrypt.js to greenlock.js; Updated package.json to reference only greenlock.js. --- bin/{letsencrypt.js => greenlock.js} | 0 package.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename bin/{letsencrypt.js => greenlock.js} (100%) diff --git a/bin/letsencrypt.js b/bin/greenlock.js similarity index 100% rename from bin/letsencrypt.js rename to bin/greenlock.js diff --git a/package.json b/package.json index e1fe2cc..94cc448 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "CLI for node-greenlock modeled after the official client", "main": "index.js", "bin": { - "letsencrypt": "bin/letsencrypt.js", - "letsencrypt-node": "bin/letsencrypt.js", + "letsencrypt": "bin/greenlock.js", + "letsencrypt-node": "bin/greenlock.js", "greenlock": "bin/greenlock.js", "greenlock-node": "bin/greenlock.js" },