Skip to content

Commit a3d062e

Browse files
tfonjihansl
authored andcommittedAug 25, 2017
feat(@angular/cli): show typescript version on ng version (#7372)
1 parent ca526bc commit a3d062e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/@angular/cli/commands/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const VersionCommand = Command.extend({
3131
versions.os = process.platform + ' ' + process.arch;
3232

3333
const alwaysPrint = ['node', 'os'];
34-
const roots = ['@angular/', '@ngtools/'];
34+
const roots = ['@angular/', '@ngtools/', 'typescript'];
3535

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

0 commit comments

Comments
 (0)