Skip to content

Commit

Permalink
Add line return to end of package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Mar 30, 2023
1 parent 857ba1b commit 20c6123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function ensureWrite(file, text) {
}

async function ensureWriteJson(file, json) {
await ensureWrite(file, JSON.stringify(json, null, 2))
await ensureWrite(file, JSON.stringify(json, null, 2) + '\n')
}

async function buildIcons(package, style, format) {
Expand Down

0 comments on commit 20c6123

Please sign in to comment.