Add repository fields to package.json and add a README to the example

This commit is contained in:
David Baker 2015-06-09 18:52:26 +01:00
parent b8411b2dc2
commit 2ea9ed8d79
3 changed files with 12 additions and 0 deletions

View file

@ -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": {