Skip to content

Commit 9534a25

Browse files
committed
Fix contribute.json location as per spec
Signed-off-by: Jason Robinson <jasonr@matrix.org>
1 parent 3abe61e commit 9534a25

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"LICENSE",
2525
"README.md",
2626
"AUTHORS.rst",
27-
"package.json"
27+
"package.json",
28+
"contribute.json"
2829
],
2930
"style": "bundle.css",
3031
"scripts": {

scripts/copy-res.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const COPY_LIST = [
6666
["node_modules/matrix-react-sdk/res/media/**", "webapp/media"],
6767
["node_modules/olm/olm_legacy.js", "webapp", { directwatch: 1 }],
6868
["./config.json", "webapp", { directwatch: 1 }],
69-
["res/contribute.json", "webapp"],
69+
["contribute.json", "webapp"],
7070
];
7171

7272
const parseArgs = require('minimist');

0 commit comments

Comments
 (0)