Skip to content

Commit eafd45f

Browse files
committed
CLI documentation update from CI
1 parent 43ece07 commit eafd45f

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

content/cli/v8/commands/npm-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ Show extended information in `ls`, `search`, and `help-search`.
169169
### See Also
170170
171171
* [npm folders](/cli/v8/configuring-npm/folders)
172-
* [npm config](/cli/v8/commands/npm-config)
173172
* [package.json](/cli/v8/configuring-npm/package-json)
174173
* [npmrc](/cli/v8/configuring-npm/npmrc)
175174
* [npm](/cli/v8/commands/npm)

content/cli/v8/commands/npm-ls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages will *also* show the paths to the specified packages. For
4242
example, running `npm ls promzard` in npm's source tree will show:
4343

4444
```bash
45-
npm@8.19.3 /path/to/npm
45+
npm@8.19.4 /path/to/npm
4646
└─┬ init-package-json@0.0.4
4747
└── promzard@0.1.5
4848
```

content/cli/v8/commands/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm
2121

2222
### Version
2323

24-
8.19.3
24+
8.19.4
2525

2626
### Description
2727

content/cli/v8/using-npm/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ redirect_from:
1111

1212
# Changelog
1313

14+
## [8.19.4](https://github.com/npm/cli/compare/v8.19.3...v8.19.4) (2023-02-14)
15+
16+
### Documentation
17+
18+
* [`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)
19+
20+
### Dependencies
21+
22+
* [`cfab523`](https://github.com/npm/cli/commit/cfab5232183d8ffb025b20d8c3581588b3e75f02) [#6166](https://github.com/npm/cli/pull/6166) `http-cache-semantics@4.1.1` (#6166)
23+
1424
## [8.19.3](https://github.com/npm/cli/compare/v8.19.2...v8.19.3) (2022-11-03)
1525

1626
### Bug Fixes

src/theme/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
- title: Changelog
785785
url: /cli/v7/using-npm/changelog
786786
description: Changelog notes for each version
787-
- title: Version 8.19.3 (Legacy Release)
787+
- title: Version 8.19.4 (Legacy Release)
788788
shortName: v8
789789
url: /cli/v8
790790
default: false

0 commit comments

Comments
 (0)