You've already forked stitches-normalize
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:
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
|
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
|
||||||
|
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",
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user