Skip to content

Commit

Permalink
Revert "Hotfix versioning bug"
Browse files Browse the repository at this point in the history
This reverts commit 14a29d5.
  • Loading branch information
tomfa committed Aug 1, 2020
1 parent 808306b commit 3b25084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function parseCommandLineArgs(): Partial<Config> {

program
// eslint-disable-next-line
.version('0.1.1')
.version(require('../../package.json').version)
.usage('[options]')
.option(
'-a, --authors [email@gmail.com]',
Expand Down

0 comments on commit 3b25084

Please sign in to comment.