Skip to content

Commit 3a01878

Browse files
committed
repo url in package.json
1 parent 3032fc2 commit 3a01878

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@
33
"version": "0.3.3",
44
"description": "MML (Message Markup Language) for React.",
55
"author": "Getstream.io",
6+
"homepage": "https://getstream.github.io/mml-react/",
67
"main": "dist/index.js",
78
"module": "dist/mml-react.esm.js",
89
"typings": "dist/index.d.ts",
910
"style": "dist/styles/index.css",
1011
"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+
},
1119
"files": [
1220
"dist",
1321
"src",
@@ -84,5 +92,14 @@
8492
"limit": "5 KB",
8593
"webpack": false
8694
}
95+
],
96+
"keywords": [
97+
"stream",
98+
"getstream",
99+
"get-stream",
100+
"react",
101+
"chat",
102+
"mml",
103+
"mml-react"
87104
]
88105
}

0 commit comments

Comments
 (0)