mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add repository fields to package.json and add a README to the example
This commit is contained in:
parent
b8411b2dc2
commit
2ea9ed8d79
4
example/README.md
Normal file
4
example/README.md
Normal file
@ -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
Block a user