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