add newline

This commit is contained in:
Tyler Leonhardt 2021-06-08 15:50:42 -07:00
parent ed9bd5919e
commit ec9aa7c0d2
No known key found for this signature in database
GPG key ID: 1BC2B6244363E77E

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');
}
});
});