read all local manifests

This commit is contained in:
antelle 2017-11-28 18:45:10 +01:00
parent 31b4780603
commit 033a27e4ce
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@ for (const plugin of data.plugins) {
if (plugin.manifest.locale) {
continue;
}
if (plugin.official) {
plugin.manifest = JSON.parse(fs.readFileSync(`docs/plugins/${plugin.manifest.name}/manifest.json`, 'utf8'));
}
plugin.manifest = JSON.parse(fs.readFileSync(`docs/plugins/${plugin.manifest.name}/manifest.json`, 'utf8'));
}
console.log('Checking for changes...');