docs: remove ts-node form dev deps (#41873)

Follow-up to #41826

The CLI now no longer installs `ts-node` since Protractor has been removed.
See https://github.com/angular/angular-cli/pull/20601 for the relevant PR in angular-cli.
This change has been released in the CLI v12.0.0-rc.1

PR Close #41873
This commit is contained in:
cexbrayat 2021-04-29 09:46:58 +02:00 committed by Misko Hevery
parent 05209fa397
commit 79e82f22a5
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ Package name | Description
**@types/... ** | TypeScript definition files for 3rd party libraries such as Jasmine and Node.js.
**jasmine/... ** | Packages to support the [Jasmine](https://jasmine.github.io/) test library.
**karma/... ** | Packages to support the [karma](https://www.npmjs.com/package/karma) test runner.
[**ts-node**](https://www.npmjs.com/package/ts-node) | TypeScript execution environment and REPL for Node.js.
[**typescript**](https://www.npmjs.com/package/typescript) | The TypeScript language server, including the *tsc* TypeScript compiler.