Update package.json

This commit is contained in:
marleyrae 2023-06-19 18:03:55 -07:00
parent 1e1c0a579b
commit 1dc35b2247

View file

@ -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 <me@andy-bell.design> (https://hankchizljaw.com)",
"author": "Marley Rae <marleyrae@protonmail.com> (https://punkfairie.net)",
"contributors": [
"Andy Bell <me@andy-bell.design> (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"
}