mirror of https://github.com/vector-im/riot-web
Add repository fields to package.json and add a README to the example
parent
b8411b2dc2
commit
2ea9ed8d79
|
@ -0,0 +1,4 @@
|
||||||
|
matrix-react-example
|
||||||
|
====================
|
||||||
|
|
||||||
|
A simple example of how to use the Matrix React SDK
|
|
@ -3,6 +3,10 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Example usage of matrix-react-sdk",
|
"description": "Example usage of matrix-react-sdk",
|
||||||
"author": "matrix.org",
|
"author": "matrix.org",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/matrix-org/matrix-react-sdk"
|
||||||
|
},
|
||||||
"license": "Apache 2",
|
"license": "Apache 2",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^10.2.3",
|
"browserify": "^10.2.3",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "SDK for matrix.org using React",
|
"description": "SDK for matrix.org using React",
|
||||||
"author": "matrix.org",
|
"author": "matrix.org",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/matrix-org/matrix-react-sdk"
|
||||||
|
},
|
||||||
"license": "Apache 2",
|
"license": "Apache 2",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue