diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index 30956f268d..5b889dc1f2 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -119,12 +119,9 @@ Package name | Description [**@angular/cli**](https://github.com/angular/angular-cli/) | The Angular CLI tools. **@angular/
compiler‑cli** | The Angular compiler, which is invoked by the Angular CLI's `ng build` and `ng serve` commands. **@types/... ** | TypeScript definition files for 3rd party libraries such as Jasmine and Node.js. -[**codelyzer**](https://www.npmjs.com/package/codelyzer) | A linter for Angular apps whose rules conform to the Angular [style guide](guide/styleguide). **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. -[**protractor**](https://www.npmjs.com/package/protractor) | An end-to-end (e2e) framework for Angular apps. Built on top of [WebDriverJS](https://github.com/SeleniumHQ/selenium/wiki/WebDriverJs). [**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. @@ -134,4 +131,3 @@ Package name | Description * [Building and serving](guide/build) describes how packages come together to create a development build. * [Deployment](guide/deployment) describes how packages come together to create a production build. - \ No newline at end of file