Skip to content

Commit 2ea9ed8

Browse files
committed
Add repository fields to package.json and add a README to the example
1 parent b8411b2 commit 2ea9ed8

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

example/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
matrix-react-example
2+
====================
3+
4+
A simple example of how to use the Matrix React SDK

example/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.0.1",
44
"description": "Example usage of matrix-react-sdk",
55
"author": "matrix.org",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/matrix-org/matrix-react-sdk"
9+
},
610
"license": "Apache 2",
711
"devDependencies": {
812
"browserify": "^10.2.3",

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.0.1",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/matrix-org/matrix-react-sdk"
9+
},
610
"license": "Apache 2",
711
"main": "build/index.js",
812
"scripts": {

0 commit comments

Comments
 (0)