Skip to content

Commit b2e8054

Browse files
committed
feat: Add typescript version to ng version
1 parent a956227 commit b2e8054

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
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)