From f65815887317333a7d0391b000b70e416d72ca6b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 12 Sep 2017 20:52:48 -0600 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f30739e..4d6479c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssl-root-cas", - "version": "1.2.3", + "version": "1.2.4", "description": "The module you need to solve node's SSL woes when including a custom certificate.", "main": "ssl-root-cas", "scripts": { @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/coolaj86/node-ssl-root-cas.git" + "url": "git://git.daplie.com/Daplie/node-ssl-root-cas.git" }, "keywords": [ "SSL", @@ -24,11 +24,11 @@ ], "license": "Apache2", "bugs": { - "url": "https://github.com/coolaj86/node-ssl-root-cas/issues" + "url": "https://git.daplie.com/Daplie/node-ssl-root-cas/issues" }, - "homepage": "https://github.com/coolaj86/node-ssl-root-cas", + "homepage": "https://git.daplie.com/Daplie/node-ssl-root-cas", "dependencies": { "bluebird": "^3.4.1", "request": "^2.47.0" } -} +} \ No newline at end of file