We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3032fc2 commit 3a01878Copy full SHA for 3a01878
1 file changed
package.json
@@ -3,11 +3,19 @@
3
"version": "0.3.3",
4
"description": "MML (Message Markup Language) for React.",
5
"author": "Getstream.io",
6
+ "homepage": "https://getstream.github.io/mml-react/",
7
"main": "dist/index.js",
8
"module": "dist/mml-react.esm.js",
9
"typings": "dist/index.d.ts",
10
"style": "dist/styles/index.css",
11
"license": "SEE LICENSE IN LICENSE",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git://github.com/GetStream/mml-react.git"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/GetStream/mml-react/issues"
18
19
"files": [
20
"dist",
21
"src",
@@ -84,5 +92,14 @@
84
92
"limit": "5 KB",
85
93
"webpack": false
86
94
}
95
+ ],
96
+ "keywords": [
97
+ "stream",
98
+ "getstream",
99
+ "get-stream",
100
+ "react",
101
+ "chat",
102
+ "mml",
103
+ "mml-react"
87
104
]
88
105
0 commit comments