Skip to content

Commit

Permalink
docs: remove reference to package-utils (deprecated) (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Oct 10, 2020
1 parent 097564a commit 1087800
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions packages/README.md
Expand Up @@ -19,11 +19,10 @@ This folder is the collection of those packages.
4. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
5. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init)
6. [migrate](https://github.com/webpack/webpack-cli/tree/master/packages/migrate)
7. [package-utils](https://github.com/webpack/webpack-cli/tree/master/packages/package-utils)
8. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
9. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils)
10. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)
11. [webpack-scaffold](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-scaffold)
7. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
8. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils)
9. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)
10. [webpack-scaffold](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-scaffold)

## Generic Installation

Expand Down
12 changes: 6 additions & 6 deletions packages/webpack-cli/README.md
Expand Up @@ -25,12 +25,12 @@ yarn add webpack-cli --dev
### Available Commands

```
init Initialize a new webpack configuration
migrate Migrate a configuration to a new version
loader Scaffold a loader repository
plugin Scaffold a plugin repository
info Outputs information about your system and dependencies
serve Run the webpack Dev Server
init | c Initialize a new webpack configuration
migrate | m Migrate a configuration to a new version
loader | l Scaffold a loader repository
plugin | p Scaffold a plugin repository
info | i Outputs information about your system and dependencies
serve | s Run the webpack Dev Server
```

### webpack 4
Expand Down

0 comments on commit 1087800

Please sign in to comment.