Skip to content

Commit

Permalink
Don't read local package.json for --version
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Oct 4, 2024
1 parent 0542e1f commit dc9306b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-src/lib/parseArguments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default function parseArguments(argv: string[]) {
argv,
booleanDefault: undefined,
description: false,
version: pkg.version,
flags: {
// Required options
projectToken: { type: 'string', alias: 't', isMultiple: true },
Expand Down

0 comments on commit dc9306b

Please sign in to comment.