Renamed letsencrypt.js to greenlock.js;

Updated package.json to reference only greenlock.js.
This commit is contained in:
Vasil Rangelov 2017-02-01 17:11:19 +02:00
rodzic 44337ca97d
commit 398e38bd73
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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"
},