Skip to content

Commit

Permalink
lint: Lint bin/nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Oct 30, 2017
1 parent 379d4f7 commit 69fa6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nuxt-dev
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const argv = parseArgs(process.argv.slice(2), {
}
})

if(argv.version){
if (argv.version) {
console.log(pkg.version)
process.exit(0)
}
Expand Down

0 comments on commit 69fa6fc

Please sign in to comment.