diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000000..ac26627732 --- /dev/null +++ b/example/README.md @@ -0,0 +1,4 @@ +matrix-react-example +==================== + +A simple example of how to use the Matrix React SDK diff --git a/example/package.json b/example/package.json index 148a4e6246..7ce2bda7a9 100644 --- a/example/package.json +++ b/example/package.json @@ -3,6 +3,10 @@ "version": "0.0.1", "description": "Example usage of matrix-react-sdk", "author": "matrix.org", + "repository": { + "type": "git", + "url": "https://github.com/matrix-org/matrix-react-sdk" + }, "license": "Apache 2", "devDependencies": { "browserify": "^10.2.3", diff --git a/package.json b/package.json index 99b6330a2d..e016913380 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.0.1", "description": "SDK for matrix.org using React", "author": "matrix.org", + "repository": { + "type": "git", + "url": "https://github.com/matrix-org/matrix-react-sdk" + }, "license": "Apache 2", "main": "build/index.js", "scripts": {