Skip to content

Commit 51ebeac

Browse files
authored
[UIKIT-3585] chore: update pkg.json desc and keywords (#485)
To improve the search ranking in npm searches. Applied [this request](https://sendbird.slack.com/archives/C024Q3BGCRL/p1680836891899919)
1 parent 1f40a06 commit 51ebeac

File tree

4 files changed

+72
-1
lines changed

4 files changed

+72
-1
lines changed

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
{
22
"name": "@sendbird/uikit-react",
33
"version": "3.4.4",
4-
"description": "React based UI kit for sendbird",
4+
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
5+
"keywords": [
6+
"sendbird",
7+
"uikit",
8+
"react",
9+
"chat",
10+
"messaging",
11+
"real-time",
12+
"UI components",
13+
"user authentication",
14+
"channel management",
15+
"SDK integration",
16+
"customizable",
17+
"feature-rich",
18+
"social app",
19+
"customer support",
20+
"API"
21+
],
522
"main": "dist/index.js",
623
"style": "dist/index.css",
724
"typings": "dist/index.d.ts",

samples/groupchannel/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
"name": "groupchannel",
33
"private": true,
44
"version": "0.0.0",
5+
"description": "Sendbird UIKit GroupChannel Sample for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
6+
"keywords": [
7+
"sendbird",
8+
"uikit",
9+
"react",
10+
"chat",
11+
"messaging",
12+
"real-time",
13+
"UI components",
14+
"user authentication",
15+
"channel management",
16+
"SDK integration",
17+
"customizable",
18+
"feature-rich",
19+
"social app",
20+
"customer support",
21+
"API"
22+
],
523
"type": "module",
624
"scripts": {
725
"dev": "vite",

samples/openchannel/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6+
"description": "Sendbird UIKit OpenChannel Sample for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
7+
"keywords": [
8+
"sendbird",
9+
"uikit",
10+
"react",
11+
"chat",
12+
"messaging",
13+
"real-time",
14+
"UI components",
15+
"user authentication",
16+
"channel management",
17+
"SDK integration",
18+
"customizable",
19+
"feature-rich",
20+
"social app",
21+
"customer support",
22+
"API"
23+
],
624
"scripts": {
725
"dev": "vite",
826
"build": "vite build",

samples/typescript_sample/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
"name": "@sendbird/uikit-react-typescript-sample",
33
"version": "0.1.0",
44
"private": true,
5+
"description": "Sendbird UIKit TS Sample for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
6+
"keywords": [
7+
"sendbird",
8+
"uikit",
9+
"react",
10+
"chat",
11+
"messaging",
12+
"real-time",
13+
"UI components",
14+
"user authentication",
15+
"channel management",
16+
"SDK integration",
17+
"customizable",
18+
"feature-rich",
19+
"social app",
20+
"customer support",
21+
"API"
22+
],
523
"dependencies": {
624
"@sendbird/uikit-react": "^3.4.2",
725
"@testing-library/jest-dom": "^5.16.4",

0 commit comments

Comments
 (0)