Skip to content

Commit

Permalink
Update commands/new.command.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 19, 2020
1 parent f5f26e1 commit a745a29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/new.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export class NewCommand extends AbstractCommand {
case 'typescript':
command.language = 'ts';
break;
default:
break;
}
}
options.push({
Expand Down

0 comments on commit a745a29

Please sign in to comment.