You've already forked stitches-normalize
mirror of
https://github.com/jakejarvis/stitches-normalize.git
synced 2025-06-27 13:55:42 -04:00
update package meta
This commit is contained in:
3
LICENSE
3
LICENSE
@ -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
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
10
README.md
10
README.md
@ -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
|
||||
|
15
package.json
15
package.json
@ -8,6 +8,13 @@
|
||||
"email": "jake@jarv.is",
|
||||
"url": "https://github.com/jakejarvis"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jakejarvis/stitches-normalize.git"
|
||||
@ -24,5 +31,11 @@
|
||||
"peerDependencies": {
|
||||
"@stitches/react": "1.x"
|
||||
},
|
||||
"keywords": []
|
||||
"keywords": [
|
||||
"stitches",
|
||||
"css-in-js",
|
||||
"css",
|
||||
"normalize",
|
||||
"reset"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user