From d004ded913b5048f88516047cdb941e6496c4982 Mon Sep 17 00:00:00 2001 From: James George Date: Mon, 1 Feb 2021 22:03:09 +0530 Subject: [PATCH] docs: remove references to non-existent packages (#2395) --- README.md | 1 - packages/README.md | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bdf33ce0f0f..f0eed545f74 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ Thus, webpack CLI provides different commands for many common tasks. The project also has several utility packages which are used by other commands -- [`utils`](./packages/utils/README.md) - Several utilities used across webpack-cli. - [`generators`](./packages/generators/README.md) - Contains all webpack-cli related yeoman generators. ## Getting started diff --git a/packages/README.md b/packages/README.md index 2791329cf10..ea522074275 100644 --- a/packages/README.md +++ b/packages/README.md @@ -13,12 +13,12 @@ This folder is the collection of those packages. ## Packages -1. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators) -2. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info) -3. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init) -4. [migrate](https://www.npmjs.com/package/@webpack-cli/migrate) -5. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve) -6. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils) +1. [configtest](https://github.com/webpack/webpack-cli/tree/master/packages/configtest) +2. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators) +3. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info) +4. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init) +5. [migrate](https://www.npmjs.com/package/@webpack-cli/migrate) +6. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve) 7. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ## Generic Installation