From a865cc9f5239f4335d1cff0080a2e0dead6e1f71 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 21 Oct 2019 17:16:32 -0600 Subject: [PATCH] fix deps and urls --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f2383fd..f4d5a8b 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,11 @@ }, "repository": { "type": "git", - "url": "https://git.coolaj86.com/coolaj86/bluecrypt-acme.js.git" + "url": "https://git.rootprojects.org/root/greenlock.js.git" }, "keywords": [ - "ACME", "Let's Encrypt", + "ACME", "browser", "EC", "RSA", @@ -39,7 +39,6 @@ "@root/keypairs": "^0.9.0", "@root/mkdirp": "^1.0.0", "@root/request": "^1.3.10", - "acme-dns-01-digitalocean": "^3.0.1", "acme-http-01-standalone": "^3.0.0", "cert-info": "^1.5.1", "greenlock-store-fs": "^3.0.2",