Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove references to non-existent packages #2395

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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