Skip to content

Commit d004ded

Browse files
docs: remove references to non-existent packages (#2395)
1 parent 7bd747a commit d004ded

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Thus, webpack CLI provides different commands for many common tasks.
6666

6767
The project also has several utility packages which are used by other commands
6868

69-
- [`utils`](./packages/utils/README.md) - Several utilities used across webpack-cli.
7069
- [`generators`](./packages/generators/README.md) - Contains all webpack-cli related yeoman generators.
7170

7271
## Getting started

packages/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This folder is the collection of those packages.
1313

1414
## Packages
1515

16-
1. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators)
17-
2. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
18-
3. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init)
19-
4. [migrate](https://www.npmjs.com/package/@webpack-cli/migrate)
20-
5. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
21-
6. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils)
16+
1. [configtest](https://github.com/webpack/webpack-cli/tree/master/packages/configtest)
17+
2. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators)
18+
3. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
19+
4. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init)
20+
5. [migrate](https://www.npmjs.com/package/@webpack-cli/migrate)
21+
6. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
2222
7. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)
2323

2424
## Generic Installation

0 commit comments

Comments
 (0)