From 293bd87f8e2eed47de47b995fe6a16b254cbcd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=BCnther?= Date: Wed, 2 Jan 2019 10:59:25 +0100 Subject: [PATCH 1/2] Docs: Remove fork disclamer Removes the fork disclaimer on the top of the README and add a notice to the about section. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a3fa12b..9155acf 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,6 @@ # Friends of react: React CSS Themr -``` -⚛️️️❗️❗️⚛️ -This is a fork of React CSS Themr, that is not maintained anymore. We thank Javi Velasco for all his efforts and for -creating such a great package. This package should not be unmaintained - so the friends of react will continue. -``` - Easy theming and composition for CSS Modules. ``` @@ -229,6 +223,8 @@ semantic-release and travis, but the following will help you. The project is originally authored by [Javi Velasco](https://twitter.com/javivelasco) as an effort of providing a better customization experience for [React Toolbox](http://react-toolbox.io). Any comments, improvements or feedback is highly appreciated. +We thank Javi Velasco for all his efforts and for creating such a great package. The package `javivelasco/react-css-themr` should not be unmaintained - so the friends of react will continue. + Thanks to [Nik Graf](http://www.twitter.com/nikgraf) and [Mark Dalgleish](http://www.twitter.com/markdalgleish) for their thoughts about theming and customization for React components. ## License From 0b3a6e7a41c299891cf00f95f4f3905f7f5eb298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=BCnther?= Date: Wed, 2 Jan 2019 11:14:43 +0100 Subject: [PATCH 2/2] Update(package.json): Adding new search keywords Add more keywords for the package like theme and css theme. re #53 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8d679d5..64a4515 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,9 @@ "url": "https://github.com/FriendsOfReactJS/react-css-themr/issues" }, "keywords": [ + "theme", + "css theme", + "react css theme", "css-modules", "customization", "react",