From b3c4e8c51d634445b51e3c42798102b6caec416f Mon Sep 17 00:00:00 2001 From: "Alexander J. Lallier" Date: Wed, 10 Jun 2020 08:36:36 -0400 Subject: [PATCH] Fix the repository URL so it actually points to where the code is. This wasn't updated when the repository changed ownership awhile ago. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e13df2..84abb71 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.", "repository": { "type": "git", - "url": "git@github.com:jprichardson/reload.git" + "url": "git@github.com:alallier/reload.git" }, "keywords": [ "reload", @@ -20,7 +20,7 @@ ], "author": "JP Richardson ", "contributors": [ - "Alexander J. Lallier " + "Alexander J. Lallier " ], "license": "MIT", "dependencies": {