Skip to content

Commit

Permalink
broken
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jan 4, 2022
1 parent dc4db67 commit 0cab1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import generateCommand from './commands/generateCommand';

const gcommands = new Command('gcommands');

const packajeJson = new URL('../package.json', import.meta.url);
/*const packajeJson = new URL('../package.json', import.meta.url);
const version = JSON.parse(await readFile(packajeJson, 'utf-8')).version;
gcommands.version(version);
gcommands.version(version);*/

gcommands
.command('new')
Expand Down

0 comments on commit 0cab1ae

Please sign in to comment.