Skip to content

Commit 77bf2e1

Browse files
authored
docs: update npm-ls.md (#5218)
1 parent f9abee7 commit 77bf2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/commands/npm-ls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ npm@@VERSION@ /path/to/npm
4444
It will print out extraneous, missing, and invalid packages.
4545

4646
If a project specifies git urls for dependencies these are shown
47-
in parentheses after the name@version to make it easier for users to
47+
in parentheses after the `name@version` to make it easier for users to
4848
recognize potential forks of a project.
4949

5050
The tree shown is the logical dependency tree, based on package
@@ -62,7 +62,7 @@ disk would be roughly identical.
6262
With the advent of automatic install-time deduplication of dependencies in
6363
npm v3, the `ls` output was modified to display the logical dependency
6464
graph as a tree structure, since this was more useful to most users.
65-
However, without using `npm ls -l`, it became impossible show _where_ a
65+
However, without using `npm ls -l`, it became impossible to show _where_ a
6666
package was actually installed much of the time!
6767

6868
With the advent of automatic installation of `peerDependencies` in npm v7,

0 commit comments

Comments
 (0)