Skip to content

Commit

Permalink
fix: cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Nov 5, 2019
1 parent 75bf21b commit 6839f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import inquirer from 'inquirer'
import { writeFileInfo } from './file'

program
.version('0.0.1')
.version(require('../../package.json').version)
.usage('<command> [options]')

program
Expand Down

0 comments on commit 6839f03

Please sign in to comment.