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