From fb38175a406cb57e1ceb795f86e7bd5275227cac Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 5 May 2021 07:56:35 +0200 Subject: [PATCH] docs: remove ts-node and tslint form dev deps (#41950) A recent commit 3b589030a80e956509c787f6e4c07bb78b529c91 reintroduced these dev deps. They were previously removed by #41826 and #41873 PR Close #41950 --- aio/content/guide/npm-packages.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index 11b0a7751c..a5d0bf57d2 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -121,8 +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. -[**tslint**](https://www.npmjs.com/package/tslint) | A static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. [**typescript**](https://www.npmjs.com/package/typescript) | The TypeScript language server, including the *tsc* TypeScript compiler.