Skip to content

Commit ab386a3

Browse files
committed
chore: add final newline to output package.json file
1 parent 3f78be2 commit ab386a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/renderTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function renderTemplate(src, dest) {
3232
JSON.parse(fs.readFileSync(dest)),
3333
JSON.parse(fs.readFileSync(src))
3434
)
35-
fs.writeFileSync(dest, JSON.stringify(pkg, null, 2))
35+
fs.writeFileSync(dest, JSON.stringify(pkg, null, 2) + '\n')
3636
return
3737
}
3838

0 commit comments

Comments
 (0)