Renamed letsencrypt.js to greenlock.js;
Updated package.json to reference only greenlock.js.
This commit is contained in:
parent
44337ca97d
commit
398e38bd73
|
@ -4,8 +4,8 @@
|
||||||
"description": "CLI for node-greenlock modeled after the official client",
|
"description": "CLI for node-greenlock modeled after the official client",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"letsencrypt": "bin/letsencrypt.js",
|
"letsencrypt": "bin/greenlock.js",
|
||||||
"letsencrypt-node": "bin/letsencrypt.js",
|
"letsencrypt-node": "bin/greenlock.js",
|
||||||
"greenlock": "bin/greenlock.js",
|
"greenlock": "bin/greenlock.js",
|
||||||
"greenlock-node": "bin/greenlock.js"
|
"greenlock-node": "bin/greenlock.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue