From 22656dc8e89ac493d0268a730aefd86b8afc0869 Mon Sep 17 00:00:00 2001 From: Matt Sutkowski Date: Thu, 22 Oct 2020 09:43:53 -0700 Subject: [PATCH] Update repo urls --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 445219e..ac8d309 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/LibreTechnologyInc/even-financial-typed-utils.git" + "url": "git+https://github.com/ScoreShuttle/even-financial-typed-utils.git" }, "bugs": { - "url": "https://github.com/LibreTechnologyInc/even-financial-typed-utils/issues" + "url": "https://github.com/ScoreShuttle/even-financial-typed-utils/issues" }, - "homepage": "https://github.com/LibreTechnologyInc/even-financial-typed-utils#readme" + "homepage": "https://github.com/ScoreShuttle/even-financial-typed-utils#readme" }