Skip to content

Commit

Permalink
Update options.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Feb 29, 2024
1 parent 88e076c commit 8a95e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/options.js
Expand Up @@ -80,7 +80,7 @@ export const buildOptions = (helpText, options) => {
input: 'string',
description: pkg.description ?? false,
help: helpText,
version: foundPackage?.packageJson.version || 'No version found',
version: pkg.version || 'No version found',
autoHelp: true,
autoVersion: true,
booleanDefault: false,
Expand Down

0 comments on commit 8a95e8d

Please sign in to comment.