Skip to content

Commit

Permalink
CLI documentation update from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
npm-cli-bot committed Feb 14, 2023
1 parent 43ece07 commit eafd45f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
1 change: 0 additions & 1 deletion content/cli/v8/commands/npm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ Show extended information in `ls`, `search`, and `help-search`.
### See Also
* [npm folders](/cli/v8/configuring-npm/folders)
* [npm config](/cli/v8/commands/npm-config)
* [package.json](/cli/v8/configuring-npm/package-json)
* [npmrc](/cli/v8/configuring-npm/npmrc)
* [npm](/cli/v8/commands/npm)
2 changes: 1 addition & 1 deletion content/cli/v8/commands/npm-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages will *also* show the paths to the specified packages. For
example, running `npm ls promzard` in npm's source tree will show:

```bash
[email protected].3 /path/to/npm
[email protected].4 /path/to/npm
└─┬ [email protected]
└── [email protected]
```
Expand Down
2 changes: 1 addition & 1 deletion content/cli/v8/commands/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm

### Version

8.19.3
8.19.4

### Description

Expand Down
10 changes: 10 additions & 0 deletions content/cli/v8/using-npm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ redirect_from:

# Changelog

## [8.19.4](https://github.com/npm/cli/compare/v8.19.3...v8.19.4) (2023-02-14)

### Documentation

* [`dd51f34`](https://github.com/npm/cli/commit/dd51f345c823121cba84d2765942909eb0375018) [#6155](https://github.com/npm/cli/pull/6155) don't redirect "npm config' to itself (#6155) (@ivanosevitch)

### Dependencies

* [`cfab523`](https://github.com/npm/cli/commit/cfab5232183d8ffb025b20d8c3581588b3e75f02) [#6166](https://github.com/npm/cli/pull/6166) `[email protected]` (#6166)

## [8.19.3](https://github.com/npm/cli/compare/v8.19.2...v8.19.3) (2022-11-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/theme/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@
- title: Changelog
url: /cli/v7/using-npm/changelog
description: Changelog notes for each version
- title: Version 8.19.3 (Legacy Release)
- title: Version 8.19.4 (Legacy Release)
shortName: v8
url: /cli/v8
default: false
Expand Down

0 comments on commit eafd45f

Please sign in to comment.