Skip to content

Commit bb307ec

Browse files
committed
Revert "feat: Add typescript version to ng version"
This reverts commit b2e8054.
1 parent b2e8054 commit bb307ec

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/', 'typescript'];
34+
const roots = ['@angular/', '@ngtools/'];
3535

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

0 commit comments

Comments
 (0)