From 500cbed5e4cbf7bf870d4082bfec6917c504a92a Mon Sep 17 00:00:00 2001 From: fiskhandlarn Date: Thu, 27 May 2021 14:07:18 +0200 Subject: [PATCH] Rename repo --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a10abc0..38f07cc 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@fiskhandlarn/revenge.css", - "version": "1.0.3", + "version": "1.0.4", "description": "A CSS snippet that puts pink error boxes (with messages in comic sans) everywhere you write bad HTML.", "main": "revenge.css", "repository": { "type": "git", - "url": "git+https://github.com/fiskhandlarn/REVENGE.CSS.git" + "url": "git+https://github.com/fiskhandlarn/revenge.css.git" }, "author": "Heydon Pickering ", "contributors": [ @@ -13,7 +13,7 @@ ], "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/fiskhandlarn/REVENGE.CSS/issues" + "url": "https://github.com/fiskhandlarn/revenge.css/issues" }, - "homepage": "https://github.com/fiskhandlarn/REVENGE.CSS#readme" + "homepage": "https://github.com/fiskhandlarn/revenge.css#readme" }