Skip to content

Commit

Permalink
feat(@angular/cli): show typescript version on ng version (#7372)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfonji authored and hansl committed Aug 20, 2017
1 parent 0111f18 commit 9ee78ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/commands/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const VersionCommand = Command.extend({
versions.os = process.platform + ' ' + process.arch;

const alwaysPrint = ['node', 'os'];
const roots = ['@angular/', '@ngtools/'];
const roots = ['@angular/', '@ngtools/', 'typescript'];

let ngCliVersion = pkg.version;
if (!__dirname.match(/node_modules/)) {
Expand Down

0 comments on commit 9ee78ab

Please sign in to comment.