Skip to content

Commit

Permalink
Removes unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
andreban committed May 28, 2020
1 parent 1425b24 commit b91854d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/lib/cmds/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ export async function version(log = new Log('version')): Promise<boolean> {
const packageJson = JSON.parse(packageJsonContents);
log.info(packageJson.version);
return true;
return true;
}

0 comments on commit b91854d

Please sign in to comment.