Compare commits

..

No commits in common. "6de3e0ae8bef01a8155c928919cb28b19953499a" and "28aeefc2380754535d9e918f2317fe73ee9fa61a" have entirely different histories.

1 changed files with 9 additions and 6 deletions

View File

@ -1,17 +1,20 @@
{
"name": "greenlock-cli",
"version": "2.2.12",
"description": "CLI for node-greenlock modeled after the official ACME client",
"version": "2.2.11",
"description": "CLI for node-greenlock modeled after the official client",
"main": "index.js",
"bin": {
"greenlock": "bin/greenlock.js"
"letsencrypt": "bin/greenlock.js",
"letsencrypt-node": "bin/greenlock.js",
"greenlock": "bin/greenlock.js",
"greenlock-node": "bin/greenlock.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.coolaj86.com/coolaj86/greenlock-cli.js.git"
"url": "git+https://git.daplie.com/Daplie/greenlock-cli.git"
},
"keywords": [
"node",
@ -30,9 +33,9 @@
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/greenlock-cli.js/issues"
"url": "https://git.daplie.com/Daplie/greenlock-cli/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-cli.js",
"homepage": "https://git.daplie.com/Daplie/greenlock-cli",
"dependencies": {
"cli": "^0.11.1",
"greenlock": "^2.1.16",