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",
|
"name": "@punkfairie/modern-css-reset",
|
||||||
"version": "1.4.0",
|
"version": "1.0.0",
|
||||||
"description": "A bare-bones CSS reset for modern web development",
|
"description": "A bare-bones CSS reset for modern web development",
|
||||||
"main": "./dist/reset.min.css",
|
"main": "./dist/reset.min.css",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -8,18 +8,21 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/hankchizljaw/modern-css-reset.git"
|
"url": "git+https://github.com/punkfairie/modern-css-reset.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css reset",
|
"css reset",
|
||||||
"modern 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",
|
"license": "MIT",
|
||||||
"bugs": {
|
"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": {
|
"devDependencies": {
|
||||||
"uglifycss": "0.0.29"
|
"uglifycss": "0.0.29"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue