Skip to content

Commit

Permalink
add an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
mstdokumaci committed Sep 27, 2016
1 parent 0fe7208 commit 43e61ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fleet.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ function preparePkg (service, dir) {
}

exports.getPkg = (dir) => JSON.parse(fs.readFileSync(path.join(dir, 'package.json')))
exports.setPkg = (dir, pkg) => fs.writeFileSync(path.join(dir, 'package.json'), JSON.stringify(pkg, null, 2))
exports.setPkg = (dir, pkg) => fs.writeFileSync(path.join(dir, 'package.json'), JSON.stringify(pkg, null, 2) + '\n')

0 comments on commit 43e61ce

Please sign in to comment.