npm*: prune more info links (#18718)

This commit is contained in:
Managor
2025-10-13 21:36:46 +03:00
committed by GitHub
parent c59ad8eee7
commit 6674fdd635
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# npm completion
> Enable or set up tab-completion for npm commands.
> More information: <https://docs.npmjs.com/cli/commands/npm-completion>.
> More information: <https://docs.npmjs.com/cli/npm-completion>.
- Enable tab-completion for the current shell session:
+1 -1
View File
@@ -2,7 +2,7 @@
> Compare package versions from the `npm` registry and show differences.
> Similar to `git diff`.
> More information: <https://docs.npmjs.com/cli/commands/npm-diff>.
> More information: <https://docs.npmjs.com/cli/npm-diff>.
- Compare two specific package versions:
+1 -1
View File
@@ -1,7 +1,7 @@
# npm dist-tag
> Manage distribution tags on packages.
> More information: <https://docs.npmjs.com/cli/commands/npm-dist-tag>.
> More information: <https://docs.npmjs.com/cli/npm-dist-tag>.
- List all distribution tags for a package:
+1 -1
View File
@@ -2,7 +2,7 @@
> Select a dependency in the current project and open the package folder in the default editor (`$EDITOR`).
> After editing, the package is rebuilt to pick up any changes in compiled packages.
> More information: <https://docs.npmjs.com/cli/commands/npm-edit>.
> More information: <https://docs.npmjs.com/cli/npm-edit>.
- Edit a locally installed package in the default editor: