Skip to content

Commit

Permalink
newline at end of version command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Sep 9, 2015
1 parent 4e245ee commit a615260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin.js
Expand Up @@ -23,7 +23,7 @@ const argv = minimist(process.argv.slice(2), {
var input = ''
if (argv.version) {
const version = require('./package.json').version
process.stdout.write('v' + version)
process.stdout.write('v' + version + '\n')
process.exit(0)
}
if (argv.help) return help()
Expand Down

0 comments on commit a615260

Please sign in to comment.