npm-*: fix page title (#14842)

This commit is contained in:
Lena
2024-11-16 07:33:14 +01:00
committed by GitHub
parent f0f9ac5e44
commit 326763b178
21 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# npm-check
# npm check
> Check for outdated, incorrect, and unused npm package dependencies.
> More information: <https://github.com/dylang/npm-check>.

View File

@@ -1,4 +1,4 @@
# npm-home
# npm home
> Open the npm page, Yarn page, or GitHub repository of a package in the web browser.
> More information: <https://github.com/sindresorhus/npm-home>.

View File

@@ -1,4 +1,4 @@
# npm-name
# npm name
> Check whether a package or organization name is available on npm.
> More information: <https://github.com/sindresorhus/npm-name-cli>.

View File

@@ -1,4 +1,4 @@
# npm-org
# npm org
> Manage organizations.
> More information: <https://docs.npmjs.com/cli/commands/npm-org>.

View File

@@ -1,4 +1,4 @@
# npm-outdated
# npm outdated
> Check for outdated npm package dependencies.
> More information: <https://docs.npmjs.com/cli/commands/npm-outdated>.

View File

@@ -1,4 +1,4 @@
# npm-owner
# npm owner
> Manage ownership of published packages.
> More information: <https://docs.npmjs.com/cli/commands/npm-owner>.

View File

@@ -1,4 +1,4 @@
# npm-why
# npm why
> Identifies why an npm package is installed.
> More information: <https://github.com/amio/npm-why>.