lint: Lint bin/nuxt

This commit is contained in:
Atinux 2017-10-30 15:48:19 +01:00
parent 379d4f72d4
commit 69fa6fc637
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const argv = parseArgs(process.argv.slice(2), {
} }
}) })
if(argv.version){ if (argv.version) {
console.log(pkg.version) console.log(pkg.version)
process.exit(0) process.exit(0)
} }