1
mirror of https://github.com/jakejarvis/stitches-normalize.git synced 2025-06-27 16:15:41 -04:00

update package meta

This commit is contained in:
2022-03-05 12:03:50 -05:00
parent 4ebfce8b9f
commit c52e663246
3 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,6 @@
Copyright (c) Nicolas Gallagher
Copyright (c) Jonathan Neal
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Copyright (c) 2022 Jake Jarvis Copyright (c) 2022 Jake Jarvis
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,3 +1,9 @@
# stitches-normalize # 🧵 stitches-normalize
@sindresorhus's modern-normalize.css as a plug-and-play JavaScript object compatible with Stitches. **🚧 Work in progress!**
@sindresorhus's [modern-normalize.css](https://github.com/sindresorhus/modern-normalize) as a plug-and-play JavaScript object compatible with Stitches.
## License
MIT

View File

@ -8,6 +8,13 @@
"email": "jake@jarv.is", "email": "jake@jarv.is",
"url": "https://github.com/jakejarvis" "url": "https://github.com/jakejarvis"
}, },
"contributors": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
}
],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/jakejarvis/stitches-normalize.git" "url": "https://github.com/jakejarvis/stitches-normalize.git"
@ -24,5 +31,11 @@
"peerDependencies": { "peerDependencies": {
"@stitches/react": "1.x" "@stitches/react": "1.x"
}, },
"keywords": [] "keywords": [
"stitches",
"css-in-js",
"css",
"normalize",
"reset"
]
} }