From 1dc22cfafcae4e979fb1c2a0c7fcd8ca735e8ec1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 20 Oct 2016 22:25:31 -0600 Subject: [PATCH] use git repos for packages --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d9930b..778cc79 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,11 @@ "finalhandler": "^0.4.0", "httpolyglot": "^0.1.1", "ipify": "^1.1.0", - "le-challenge-ddns": "^2.0.1", - "le-challenge-fs": "^2.0.5", + "le-challenge-ddns": "git+https://github.com/Daplie/le-challenge-ddns.git#master", + "le-challenge-fs": "git+https://github.com/Daplie/le-challenge-fs.git#master", "le-challenge-sni": "^2.0.1", - "letsencrypt-express": "^2.0.2", + "letsencrypt-express": "git+https://github.com/Daplie/letsencrypt-express.git#master", + "letsencrypt": "git+https://github.com/Daplie/node-letsencrypt.git#master", "livereload": "^0.6.0", "localhost.daplie.com-certificates": "^1.2.0", "minimist": "^1.1.1",