add newline

This commit is contained in:
Tyler Leonhardt
2021-06-08 15:50:42 -07:00
parent ed9bd5919e
commit ec9aa7c0d2

View File

@@ -88,7 +88,7 @@ function update(options) {
for (let tp of translationPaths) {
localization.translations.push({ id: tp.id, path: `./translations/${tp.resourceName}` });
}
fs.writeFileSync(path.join(locExtFolder, 'package.json'), JSON.stringify(packageJSON, null, '\t'));
fs.writeFileSync(path.join(locExtFolder, 'package.json'), JSON.stringify(packageJSON, null, '\t') + '\n');
}
});
});