Add repository fields to package.json and add a README to the example
This commit is contained in:
parent
b8411b2dc2
commit
2ea9ed8d79
3 changed files with 12 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue