Skip to content

Commit f8d5b29

Browse files
committed
Add keywords to package.json
1 parent f562cfa commit f8d5b29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "react-css-theming",
33
"version": "1.0.0",
44
"description": "A library that allows you to make your application themeable based on css variables in an easy way without additional components and wrappers",
5+
"keywords": [
6+
"react",
7+
"themes",
8+
"css",
9+
"theming"
10+
],
511
"main": "lib/index.js",
612
"repository": "https://github.com/matkrzy/react-css-theming.git",
713
"author": "Mateusz Krzyżanowski <[email protected]>",

0 commit comments

Comments
 (0)