Skip to content

Commit

Permalink
Fix contribute.json location as per spec
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Robinson <jasonr@matrix.org>
  • Loading branch information
jaywink committed Feb 5, 2020
1 parent 3abe61e commit 9534a25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"LICENSE",
"README.md",
"AUTHORS.rst",
"package.json"
"package.json",
"contribute.json"
],
"style": "bundle.css",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/copy-res.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const COPY_LIST = [
["node_modules/matrix-react-sdk/res/media/**", "webapp/media"],
["node_modules/olm/olm_legacy.js", "webapp", { directwatch: 1 }],
["./config.json", "webapp", { directwatch: 1 }],
["res/contribute.json", "webapp"],
["contribute.json", "webapp"],
];

const parseArgs = require('minimist');
Expand Down

0 comments on commit 9534a25

Please sign in to comment.