From 7d112e328dadcdd053d682585b71a2b221e0508b Mon Sep 17 00:00:00 2001 From: Matt <7128721+TobiTenno@users.noreply.github.com> Date: Mon, 28 Nov 2022 14:01:04 -0600 Subject: [PATCH] ci: so git push doesn't pitch a fit (#5) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a754057..a11594e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/wfcd/eslint-config.git" + "url": "git+https://github.com/WFCD/eslint-config.git" }, "keywords": [ "eslint", @@ -20,9 +20,9 @@ "author": "TobiTenno ", "license": "MIT", "bugs": { - "url": "https://github.com/wfcd/eslint-config/issues" + "url": "https://github.com/WFCD/eslint-config/issues" }, - "homepage": "https://github.com/wfcd/eslint-config#readme", + "homepage": "https://github.com/WFCD/eslint-config#readme", "exports": { ".": "./index.js", "./esm": "./esm.js",