Remove contribute.json (#29707)
as the contribute.json project is now decommissioned.
This commit is contained in:
committed by
GitHub
parent
986be9c00d
commit
d52b0a1467
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Element",
|
|
||||||
"description": "A glossy Matrix collaboration client for the web.",
|
|
||||||
"repository": {
|
|
||||||
"url": "https://github.com/element-hq/element-web",
|
|
||||||
"license": "AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial"
|
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"list": "https://github.com/element-hq/element-web/issues",
|
|
||||||
"report": "https://github.com/element-hq/element-web/issues/new/choose"
|
|
||||||
},
|
|
||||||
"keywords": ["chat", "riot", "matrix"]
|
|
||||||
}
|
|
||||||
@@ -22,8 +22,7 @@
|
|||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md",
|
"README.md",
|
||||||
"AUTHORS.rst",
|
"AUTHORS.rst",
|
||||||
"package.json",
|
"package.json"
|
||||||
"contribute.json"
|
|
||||||
],
|
],
|
||||||
"style": "bundle.css",
|
"style": "bundle.css",
|
||||||
"matrix_i18n_extra_translation_funcs": [
|
"matrix_i18n_extra_translation_funcs": [
|
||||||
|
|||||||
@@ -673,7 +673,6 @@ module.exports = (env, argv) => {
|
|||||||
{ from: "decoder-ring/**", context: path.resolve(__dirname, "res") },
|
{ from: "decoder-ring/**", context: path.resolve(__dirname, "res") },
|
||||||
{ from: "media/**", context: path.resolve(__dirname, "res/") },
|
{ from: "media/**", context: path.resolve(__dirname, "res/") },
|
||||||
{ from: "config.json", noErrorOnMissing: true },
|
{ from: "config.json", noErrorOnMissing: true },
|
||||||
"contribute.json",
|
|
||||||
// Element Call embedded widget
|
// Element Call embedded widget
|
||||||
{
|
{
|
||||||
from: "**",
|
from: "**",
|
||||||
|
|||||||
Reference in New Issue
Block a user