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

4
example/README.md Normal file
View file

@ -0,0 +1,4 @@
matrix-react-example
====================
A simple example of how to use the Matrix React SDK

View file

@ -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",

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