Skip to content

Commit

Permalink
docs: remove references to non-existent packages (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Feb 1, 2021
1 parent 7bd747a commit d004ded
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions packages/README.md
Expand Up @@ -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
Expand Down

0 comments on commit d004ded

Please sign in to comment.