From 934ce950f0c7d9ed3447d8b31732327992105a02 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:00:28 -0600 Subject: [PATCH] update urls --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c5e687f..6d9144f 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,13 @@ "version": "1.0.5", "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js", "main": "index.js", + "homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle", "scripts": { "test": "node example.js" }, "repository": { "type": "git", - "url": "https://git.coolaj86.com/coolaj86/knuth-shuffle" + "url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.git" }, "keywords": [ "ronald",