From 248f0d4ab1e122679b61db40b46b1123d9cfa76f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 20 Mar 2018 21:55:27 -0600 Subject: [PATCH] update urls --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e3a1c0f..37daaa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsa-compat", - "version": "1.3.0", + "version": "1.3.1", "description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler", "main": "node.js", "bin": { @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Daplie/rsa-compat.js.git" + "url": "git+https://git.coolaj86.com/coolaj86/rsa-compat.js.git" }, "keywords": [ "RSA", @@ -35,9 +35,9 @@ "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://github.com/Daplie/rsa-compat.js/issues" + "url": "https://git.coolaj86.com/coolaj86/rsa-compat.js/issues" }, - "homepage": "https://github.com/Daplie/rsa-compat.js#readme", + "homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme", "dependencies": { "buffer-v6-polyfill": "^1.0.3", "node-forge": "^0.6.41"