Update package.json
This commit is contained in:
parent
1e1c0a579b
commit
1dc35b2247
1 changed files with 9 additions and 6 deletions
15
package.json
15
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 <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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue