Skip to content

Commit

Permalink
docs(readme): update table of contents (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Mar 18, 2020
1 parent b6311e5 commit 637f38f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

- [About](#about)
- [How to install](#how-to-install)
- [Supported arguments and commands](#supported-arguments-and-commands)
- [Packages](#packages)
- [Commands](#commands)
- [Utilities](#utilities)
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-cli/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const runner = require('../lib/runner');

// Prefer the local installation of webpack-cli
if (importLocal(__filename)) {
// return;
// return; [WIP]
}
process.title = 'webpack';

Expand Down
1 change: 1 addition & 0 deletions packages/webpack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"bundler",
"web"
],

"dependencies": {
"@webpack-cli/logger": "^1.0.1-alpha.4",
"@webpack-cli/package-utils": "^1.0.1-alpha.4",
Expand Down

0 comments on commit 637f38f

Please sign in to comment.