1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Include rev manifest in posts output

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-04-07 10:31:52 -07:00
parent 194bcaca38
commit dbce40d195
2 changed files with 8 additions and 3 deletions

View File

@@ -239,6 +239,8 @@ module.exports = exports = class Manifest {
revManifest && fs.writeFile(resolve(REV_MANIFEST), JSON.stringify(revManifest, null, 2)),
this.writeManifest(true),
]);
return { revManifest: revManifest || {}, manifest: this.manifest };
}
};