From c10ecad62d57c3a73ad7735611154f3d75debecd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 20 Oct 2016 21:41:37 -0600 Subject: [PATCH] fix links --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1c73a87..1667c9f 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "homepage": "https://github.com/Daplie/serve-https#readme", "dependencies": { "bluebird": "^3.4.6", - "daplie-tunnel": "git+https://github.com:Daplie/daplie-cli-tunnel.git#master", - "ddns-cli": "git+https://github.com:Daplie/node-ddns-client.git#master", + "daplie-tunnel": "git+https://github.com/Daplie/daplie-cli-tunnel.git#master", + "ddns-cli": "git+https://github.com/Daplie/node-ddns-client.git#master", "finalhandler": "^0.4.0", "httpolyglot": "^0.1.1", "ipify": "^1.1.0", @@ -51,10 +51,10 @@ "livereload": "^0.6.0", "localhost.daplie.com-certificates": "^1.2.0", "minimist": "^1.1.1", - "oauth3-cli": "git+https://github.com:OAuth3/oauth3-cli.git#master", + "oauth3-cli": "git+https://github.com/OAuth3/oauth3-cli.git#master", "redirect-https": "^1.1.0", "serve-index": "^1.7.0", "serve-static": "^1.10.0", - "stunnel": "git+https://github.com:Daplie/node-tunnel-client.git#master" + "stunnel": "git+https://github.com/Daplie/node-tunnel-client.git#master" } }