Skip to content

Commit 5c189fe

Browse files
committed
Improve project meta data
1 parent babb754 commit 5c189fe

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66

77
<title>React UI</title>
8-
<meta name="author" content="VisionApps, s.r.o." />
8+
<meta name="author" content="The React UI Authors (https://github.com/react-ui-org/react-ui/graphs/contributors)" />
99

1010
<style id="mainStyles">
1111
/* As slim CSS as possible, just to set basic page appearance until the app is loaded. */

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
{
22
"name": "@react-ui-org/react-ui",
3+
"description": "React UI is a themeable UI library for React apps.",
34
"version": "0.32.0",
5+
"keywords": [
6+
"react",
7+
"ui",
8+
"components",
9+
"themeable",
10+
"ui-library",
11+
"ui-components",
12+
"pattern-library",
13+
"component-library",
14+
"react-components",
15+
"react-component-library"
16+
],
17+
"homepage": "https://react-ui.io",
18+
"author": "The React UI Authors (https://github.com/react-ui-org/react-ui/graphs/contributors)",
19+
"contributors": [
20+
"RACOM s.r.o."
21+
],
422
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/react-ui-org/react-ui/issues"
25+
},
526
"main": "dist/lib.js",
627
"repository": {
728
"type": "git",

0 commit comments

Comments
 (0)