From 87de8812e0fb0bf59b6bbe016b67a92616d3fa4c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 10 Jun 2016 10:49:21 -0600 Subject: [PATCH] updated required ssl certs --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a4d75dd..2593872 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Daplie/localhost.daplie.com-server.git" + "url": "git+https://github.com/Daplie/serve-https.git" }, "keywords": [ "https", @@ -31,16 +31,16 @@ "serve", "server" ], - "author": "AJ ONeal (http://coolaj86.com/)", + "author": "AJ ONeal (https://coolaj86.com/)", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/Daplie/localhost.daplie.com-server/issues" + "url": "https://github.com/Daplie/server-https/issues" }, - "homepage": "https://github.com/Daplie/localhost.daplie.com-server#readme", + "homepage": "https://github.com/Daplie/serve-https#readme", "dependencies": { "finalhandler": "^0.4.0", "livereload": "^0.4.0", - "localhost.daplie.com-certificates": "^1.1.2", + "localhost.daplie.com-certificates": "^1.2.0", "minimist": "^1.1.1", "redirect-https": "^1.1.0", "serve-index": "^1.7.0",