mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #12251 from vector-im/jaywink/add-contribute-json
Add contribute.json
This commit is contained in:
commit
b107da09fa
17
contribute.json
Normal file
17
contribute.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "Riot",
|
||||||
|
"description": "A glossy Matrix collaboration client for the web.",
|
||||||
|
"repository": {
|
||||||
|
"url": "https://github.com/vector-im/riot-web",
|
||||||
|
"license": "Apache License 2.0"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"list": "https://github.com/vector-im/riot-web/issues",
|
||||||
|
"report": "https://github.com/vector-im/riot-web/issues/new/choose"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"chat",
|
||||||
|
"riot",
|
||||||
|
"matrix"
|
||||||
|
]
|
||||||
|
}
|
@ -24,7 +24,8 @@
|
|||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md",
|
"README.md",
|
||||||
"AUTHORS.rst",
|
"AUTHORS.rst",
|
||||||
"package.json"
|
"package.json",
|
||||||
|
"contribute.json"
|
||||||
],
|
],
|
||||||
"style": "bundle.css",
|
"style": "bundle.css",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -66,6 +66,7 @@ const COPY_LIST = [
|
|||||||
["node_modules/matrix-react-sdk/res/media/**", "webapp/media"],
|
["node_modules/matrix-react-sdk/res/media/**", "webapp/media"],
|
||||||
["node_modules/olm/olm_legacy.js", "webapp", { directwatch: 1 }],
|
["node_modules/olm/olm_legacy.js", "webapp", { directwatch: 1 }],
|
||||||
["./config.json", "webapp", { directwatch: 1 }],
|
["./config.json", "webapp", { directwatch: 1 }],
|
||||||
|
["contribute.json", "webapp"],
|
||||||
];
|
];
|
||||||
|
|
||||||
const parseArgs = require('minimist');
|
const parseArgs = require('minimist');
|
||||||
|
Loading…
Reference in New Issue
Block a user