Skip to content

Commit

Permalink
invalid package.json location
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Jan 11, 2024
1 parent 24dc976 commit 52158e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function genkgoDTK () {
var actionPerformed = false;

program
.version(JSON.parse(fs.readFileSync(__dirname + '/../package.json', 'utf8')).version)
.version(JSON.parse(fs.readFileSync(__dirname + '/../../package.json', 'utf8')).version)
.usage('[options] <command> [<args ...>]');

program.command('serve')
Expand Down

0 comments on commit 52158e9

Please sign in to comment.