From c52e663246c7d1cd083094438e3c1c0febfdf138 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 5 Mar 2022 12:03:50 -0500 Subject: [PATCH] update package meta --- LICENSE | 3 +++ README.md | 10 ++++++++-- package.json | 15 ++++++++++++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 488f331..97947d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,6 @@ +Copyright (c) Nicolas Gallagher +Copyright (c) Jonathan Neal +Copyright (c) Sindre Sorhus (sindresorhus.com) Copyright (c) 2022 Jake Jarvis Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 86f25bd..13ee9c1 100644 --- a/README.md +++ b/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 diff --git a/package.json b/package.json index 5a6bdee..94709ed 100644 --- a/package.json +++ b/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" + ] }