From 1dc35b22472921704bf0bdcba234d736c7b2f39e Mon Sep 17 00:00:00 2001 From: marleyrae Date: Mon, 19 Jun 2023 18:03:55 -0700 Subject: [PATCH] Update package.json --- package.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cdfb2e6..17909f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "modern-css-reset", - "version": "1.4.0", + "name": "@punkfairie/modern-css-reset", + "version": "1.0.0", "description": "A bare-bones CSS reset for modern web development", "main": "./dist/reset.min.css", "scripts": { @@ -8,18 +8,21 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/hankchizljaw/modern-css-reset.git" + "url": "git+https://github.com/punkfairie/modern-css-reset.git" }, "keywords": [ "css reset", "modern css reset" ], - "author": "Andy Bell (https://hankchizljaw.com)", + "author": "Marley Rae (https://punkfairie.net)", + "contributors": [ + "Andy Bell (https://hankchizljaw.com)" + ], "license": "MIT", "bugs": { - "url": "https://github.com/hankchizljaw/modern-css-reset/issues" + "url": "https://github.com/punkfairie/modern-css-reset/issues" }, - "homepage": "https://github.com/hankchizljaw/modern-css-reset#readme", + "homepage": "https://github.com/punkfairie/modern-css-reset#readme", "devDependencies": { "uglifycss": "0.0.29" }