From db37a94b536b15915bd775529248f1046d182779 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 26 Jul 2023 15:53:57 -0700 Subject: [PATCH] Update CLI releases for npm 10 (#680) --- cli/lib/build.js | 4 ++-- cli/releases.json | 4 ++++ content/cli/v9/commands/index.mdx | 2 +- content/cli/v9/commands/npm-access.md | 2 +- content/cli/v9/commands/npm-adduser.md | 2 +- content/cli/v9/commands/npm-audit.md | 2 +- content/cli/v9/commands/npm-bugs.md | 2 +- content/cli/v9/commands/npm-cache.md | 2 +- content/cli/v9/commands/npm-ci.md | 2 +- content/cli/v9/commands/npm-completion.md | 2 +- content/cli/v9/commands/npm-config.md | 2 +- content/cli/v9/commands/npm-dedupe.md | 2 +- content/cli/v9/commands/npm-deprecate.md | 2 +- content/cli/v9/commands/npm-diff.md | 2 +- content/cli/v9/commands/npm-dist-tag.md | 2 +- content/cli/v9/commands/npm-docs.md | 2 +- content/cli/v9/commands/npm-doctor.md | 2 +- content/cli/v9/commands/npm-edit.md | 2 +- content/cli/v9/commands/npm-exec.md | 2 +- content/cli/v9/commands/npm-explain.md | 2 +- content/cli/v9/commands/npm-explore.md | 2 +- content/cli/v9/commands/npm-find-dupes.md | 2 +- content/cli/v9/commands/npm-fund.md | 2 +- content/cli/v9/commands/npm-help-search.md | 2 +- content/cli/v9/commands/npm-help.md | 2 +- content/cli/v9/commands/npm-hook.md | 2 +- content/cli/v9/commands/npm-init.md | 2 +- content/cli/v9/commands/npm-install-ci-test.md | 2 +- content/cli/v9/commands/npm-install-test.md | 2 +- content/cli/v9/commands/npm-install.md | 2 +- content/cli/v9/commands/npm-link.md | 2 +- content/cli/v9/commands/npm-login.md | 2 +- content/cli/v9/commands/npm-logout.md | 2 +- content/cli/v9/commands/npm-ls.md | 2 +- content/cli/v9/commands/npm-org.md | 2 +- content/cli/v9/commands/npm-outdated.md | 2 +- content/cli/v9/commands/npm-owner.md | 2 +- content/cli/v9/commands/npm-pack.md | 2 +- content/cli/v9/commands/npm-ping.md | 2 +- content/cli/v9/commands/npm-pkg.md | 2 +- content/cli/v9/commands/npm-prefix.md | 2 +- content/cli/v9/commands/npm-profile.md | 2 +- content/cli/v9/commands/npm-prune.md | 2 +- content/cli/v9/commands/npm-publish.md | 2 +- content/cli/v9/commands/npm-query.md | 2 +- content/cli/v9/commands/npm-rebuild.md | 2 +- content/cli/v9/commands/npm-repo.md | 2 +- content/cli/v9/commands/npm-restart.md | 2 +- content/cli/v9/commands/npm-root.md | 2 +- content/cli/v9/commands/npm-run-script.md | 2 +- content/cli/v9/commands/npm-search.md | 2 +- content/cli/v9/commands/npm-shrinkwrap.md | 2 +- content/cli/v9/commands/npm-star.md | 2 +- content/cli/v9/commands/npm-stars.md | 2 +- content/cli/v9/commands/npm-start.md | 2 +- content/cli/v9/commands/npm-stop.md | 2 +- content/cli/v9/commands/npm-team.md | 2 +- content/cli/v9/commands/npm-test.md | 2 +- content/cli/v9/commands/npm-token.md | 2 +- content/cli/v9/commands/npm-uninstall.md | 2 +- content/cli/v9/commands/npm-unpublish.md | 2 +- content/cli/v9/commands/npm-unstar.md | 2 +- content/cli/v9/commands/npm-update.md | 2 +- content/cli/v9/commands/npm-version.md | 2 +- content/cli/v9/commands/npm-view.md | 2 +- content/cli/v9/commands/npm-whoami.md | 2 +- content/cli/v9/commands/npm.md | 2 +- content/cli/v9/commands/npx.md | 2 +- content/cli/v9/configuring-npm/folders.md | 2 +- content/cli/v9/configuring-npm/index.mdx | 2 +- content/cli/v9/configuring-npm/install.md | 2 +- content/cli/v9/configuring-npm/npm-shrinkwrap-json.md | 2 +- content/cli/v9/configuring-npm/npmrc.md | 2 +- content/cli/v9/configuring-npm/package-json.md | 2 +- content/cli/v9/configuring-npm/package-lock-json.md | 2 +- content/cli/v9/index.mdx | 2 +- content/cli/v9/using-npm/changelog.md | 2 +- content/cli/v9/using-npm/config.md | 2 +- content/cli/v9/using-npm/dependency-selectors.md | 2 +- content/cli/v9/using-npm/developers.md | 2 +- content/cli/v9/using-npm/index.mdx | 2 +- content/cli/v9/using-npm/logging.md | 2 +- content/cli/v9/using-npm/orgs.md | 2 +- content/cli/v9/using-npm/package-spec.md | 2 +- content/cli/v9/using-npm/registry.md | 2 +- content/cli/v9/using-npm/removal.md | 2 +- content/cli/v9/using-npm/scope.md | 2 +- content/cli/v9/using-npm/scripts.md | 2 +- content/cli/v9/using-npm/workspaces.md | 2 +- 89 files changed, 93 insertions(+), 89 deletions(-) diff --git a/cli/lib/build.js b/cli/lib/build.js index 05c22748b61..22be95eed70 100644 --- a/cli/lib/build.js +++ b/cli/lib/build.js @@ -82,14 +82,14 @@ const main = async ({ const range = `>=${major}.0.0-a <${major + 1}.0.0` // include all prereleases const version = semver.parse(semver.maxSatisfying(pack.versions, range)) - return { + return version && { ...release, version: version.toString(), // the default release is always controlled by the latest dist-tag default: semver.eq(version, pack.latest), prerelease: version.prerelease.length > 0, } - }) + }).filter(Boolean) const latestRelease = releaseVersions.find(r => r.default) diff --git a/cli/releases.json b/cli/releases.json index 04104826ace..2849267f9fb 100644 --- a/cli/releases.json +++ b/cli/releases.json @@ -13,6 +13,10 @@ }, { "id": "v9", + "branch": "release/v9" + }, + { + "id": "v10", "branch": "latest" } ] diff --git a/content/cli/v9/commands/index.mdx b/content/cli/v9/commands/index.mdx index e9cf3ccc8c0..3bc0b16dbce 100644 --- a/content/cli/v9/commands/index.mdx +++ b/content/cli/v9/commands/index.mdx @@ -2,7 +2,7 @@ title: CLI Commands shortName: Commands github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/nav.yml redirect_from: - /cli-commands diff --git a/content/cli/v9/commands/npm-access.md b/content/cli/v9/commands/npm-access.md index 9e30f23e883..79efbebc9e1 100644 --- a/content/cli/v9/commands/npm-access.md +++ b/content/cli/v9/commands/npm-access.md @@ -3,7 +3,7 @@ title: npm-access section: 1 description: Set access level on published packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-access.md redirect_from: - /cli-commands/access diff --git a/content/cli/v9/commands/npm-adduser.md b/content/cli/v9/commands/npm-adduser.md index ef097dcc4f4..b014b25583a 100644 --- a/content/cli/v9/commands/npm-adduser.md +++ b/content/cli/v9/commands/npm-adduser.md @@ -3,7 +3,7 @@ title: npm-adduser section: 1 description: Add a registry user account github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-adduser.md redirect_from: - /cli-commands/adduser diff --git a/content/cli/v9/commands/npm-audit.md b/content/cli/v9/commands/npm-audit.md index 8ff56e68c5c..2f4760020f5 100644 --- a/content/cli/v9/commands/npm-audit.md +++ b/content/cli/v9/commands/npm-audit.md @@ -3,7 +3,7 @@ title: npm-audit section: 1 description: Run a security audit github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-audit.md redirect_from: - /cli-commands/audit diff --git a/content/cli/v9/commands/npm-bugs.md b/content/cli/v9/commands/npm-bugs.md index 3abcdbe8a26..271899f68ba 100644 --- a/content/cli/v9/commands/npm-bugs.md +++ b/content/cli/v9/commands/npm-bugs.md @@ -3,7 +3,7 @@ title: npm-bugs section: 1 description: Report bugs for a package in a web browser github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-bugs.md redirect_from: - /cli-commands/bugs diff --git a/content/cli/v9/commands/npm-cache.md b/content/cli/v9/commands/npm-cache.md index 88544ba760f..daf71ecc8d4 100644 --- a/content/cli/v9/commands/npm-cache.md +++ b/content/cli/v9/commands/npm-cache.md @@ -3,7 +3,7 @@ title: npm-cache section: 1 description: Manipulates packages cache github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-cache.md redirect_from: - /cli-commands/cache diff --git a/content/cli/v9/commands/npm-ci.md b/content/cli/v9/commands/npm-ci.md index b30d54cf854..c83effd39cd 100644 --- a/content/cli/v9/commands/npm-ci.md +++ b/content/cli/v9/commands/npm-ci.md @@ -3,7 +3,7 @@ title: npm-ci section: 1 description: Clean install a project github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-ci.md redirect_from: - /cli-commands/ci diff --git a/content/cli/v9/commands/npm-completion.md b/content/cli/v9/commands/npm-completion.md index be5a8a3616c..61634246f2f 100644 --- a/content/cli/v9/commands/npm-completion.md +++ b/content/cli/v9/commands/npm-completion.md @@ -3,7 +3,7 @@ title: npm-completion section: 1 description: Tab Completion for npm github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-completion.md redirect_from: - /cli-commands/completion diff --git a/content/cli/v9/commands/npm-config.md b/content/cli/v9/commands/npm-config.md index 78e34de78ee..f10803079d8 100644 --- a/content/cli/v9/commands/npm-config.md +++ b/content/cli/v9/commands/npm-config.md @@ -3,7 +3,7 @@ title: npm-config section: 1 description: Manage the npm configuration files github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-config.md redirect_from: - /cli-commands/config diff --git a/content/cli/v9/commands/npm-dedupe.md b/content/cli/v9/commands/npm-dedupe.md index 1df10f3ff0f..c3b7526c974 100644 --- a/content/cli/v9/commands/npm-dedupe.md +++ b/content/cli/v9/commands/npm-dedupe.md @@ -3,7 +3,7 @@ title: npm-dedupe section: 1 description: Reduce duplication in the package tree github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-dedupe.md redirect_from: - /cli-commands/dedupe diff --git a/content/cli/v9/commands/npm-deprecate.md b/content/cli/v9/commands/npm-deprecate.md index 65d6df855c7..ef614f82ecb 100644 --- a/content/cli/v9/commands/npm-deprecate.md +++ b/content/cli/v9/commands/npm-deprecate.md @@ -3,7 +3,7 @@ title: npm-deprecate section: 1 description: Deprecate a version of a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-deprecate.md redirect_from: - /cli-commands/deprecate diff --git a/content/cli/v9/commands/npm-diff.md b/content/cli/v9/commands/npm-diff.md index 755c1e7c22f..5cc15be8ad9 100644 --- a/content/cli/v9/commands/npm-diff.md +++ b/content/cli/v9/commands/npm-diff.md @@ -3,7 +3,7 @@ title: npm-diff section: 1 description: The registry diff command github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-diff.md redirect_from: - /cli-commands/diff diff --git a/content/cli/v9/commands/npm-dist-tag.md b/content/cli/v9/commands/npm-dist-tag.md index 3421af5f8be..8322080b1d1 100644 --- a/content/cli/v9/commands/npm-dist-tag.md +++ b/content/cli/v9/commands/npm-dist-tag.md @@ -3,7 +3,7 @@ title: npm-dist-tag section: 1 description: Modify package distribution tags github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-dist-tag.md redirect_from: - /cli-commands/dist-tag diff --git a/content/cli/v9/commands/npm-docs.md b/content/cli/v9/commands/npm-docs.md index e55fbb61d80..acda3d3a07f 100644 --- a/content/cli/v9/commands/npm-docs.md +++ b/content/cli/v9/commands/npm-docs.md @@ -3,7 +3,7 @@ title: npm-docs section: 1 description: Open documentation for a package in a web browser github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-docs.md redirect_from: - /cli-commands/docs diff --git a/content/cli/v9/commands/npm-doctor.md b/content/cli/v9/commands/npm-doctor.md index 3e9b7abc50e..7537266dcab 100644 --- a/content/cli/v9/commands/npm-doctor.md +++ b/content/cli/v9/commands/npm-doctor.md @@ -3,7 +3,7 @@ title: npm-doctor section: 1 description: Check your npm environment github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-doctor.md redirect_from: - /cli-commands/doctor diff --git a/content/cli/v9/commands/npm-edit.md b/content/cli/v9/commands/npm-edit.md index 4a825290548..a13428f6a75 100644 --- a/content/cli/v9/commands/npm-edit.md +++ b/content/cli/v9/commands/npm-edit.md @@ -3,7 +3,7 @@ title: npm-edit section: 1 description: Edit an installed package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-edit.md redirect_from: - /cli-commands/edit diff --git a/content/cli/v9/commands/npm-exec.md b/content/cli/v9/commands/npm-exec.md index 27b484df7e7..7977115dd28 100644 --- a/content/cli/v9/commands/npm-exec.md +++ b/content/cli/v9/commands/npm-exec.md @@ -3,7 +3,7 @@ title: npm-exec section: 1 description: Run a command from a local or remote npm package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-exec.md redirect_from: - /cli-commands/exec diff --git a/content/cli/v9/commands/npm-explain.md b/content/cli/v9/commands/npm-explain.md index 5681afab72c..cd558a37d65 100644 --- a/content/cli/v9/commands/npm-explain.md +++ b/content/cli/v9/commands/npm-explain.md @@ -3,7 +3,7 @@ title: npm-explain section: 1 description: Explain installed packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-explain.md redirect_from: - /cli-commands/explain diff --git a/content/cli/v9/commands/npm-explore.md b/content/cli/v9/commands/npm-explore.md index 8102034cca2..b02ac1e5480 100644 --- a/content/cli/v9/commands/npm-explore.md +++ b/content/cli/v9/commands/npm-explore.md @@ -3,7 +3,7 @@ title: npm-explore section: 1 description: Browse an installed package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-explore.md redirect_from: - /cli-commands/explore diff --git a/content/cli/v9/commands/npm-find-dupes.md b/content/cli/v9/commands/npm-find-dupes.md index 0116446aa2d..85fbf9fbd4c 100644 --- a/content/cli/v9/commands/npm-find-dupes.md +++ b/content/cli/v9/commands/npm-find-dupes.md @@ -3,7 +3,7 @@ title: npm-find-dupes section: 1 description: Find duplication in the package tree github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-find-dupes.md redirect_from: - /cli-commands/find-dupes diff --git a/content/cli/v9/commands/npm-fund.md b/content/cli/v9/commands/npm-fund.md index 5f5bb1ec564..af9849d052d 100644 --- a/content/cli/v9/commands/npm-fund.md +++ b/content/cli/v9/commands/npm-fund.md @@ -3,7 +3,7 @@ title: npm-fund section: 1 description: Retrieve funding information github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-fund.md redirect_from: - /cli-commands/fund diff --git a/content/cli/v9/commands/npm-help-search.md b/content/cli/v9/commands/npm-help-search.md index 170fe1b208c..09bf7207dcb 100644 --- a/content/cli/v9/commands/npm-help-search.md +++ b/content/cli/v9/commands/npm-help-search.md @@ -3,7 +3,7 @@ title: npm-help-search section: 1 description: Search npm help documentation github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-help-search.md redirect_from: - /cli-commands/help-search diff --git a/content/cli/v9/commands/npm-help.md b/content/cli/v9/commands/npm-help.md index 2b86b42e5c6..89bab6434b3 100644 --- a/content/cli/v9/commands/npm-help.md +++ b/content/cli/v9/commands/npm-help.md @@ -3,7 +3,7 @@ title: npm-help section: 1 description: Get help on npm github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-help.md redirect_from: - /cli-commands/help diff --git a/content/cli/v9/commands/npm-hook.md b/content/cli/v9/commands/npm-hook.md index 2a4bf8d98ea..0897ec0b072 100644 --- a/content/cli/v9/commands/npm-hook.md +++ b/content/cli/v9/commands/npm-hook.md @@ -3,7 +3,7 @@ title: npm-hook section: 1 description: Manage registry hooks github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-hook.md redirect_from: - /cli-commands/hook diff --git a/content/cli/v9/commands/npm-init.md b/content/cli/v9/commands/npm-init.md index 108e73ad0ac..b0582c0df87 100644 --- a/content/cli/v9/commands/npm-init.md +++ b/content/cli/v9/commands/npm-init.md @@ -3,7 +3,7 @@ title: npm-init section: 1 description: Create a package.json file github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-init.md redirect_from: - /cli-commands/init diff --git a/content/cli/v9/commands/npm-install-ci-test.md b/content/cli/v9/commands/npm-install-ci-test.md index 2bf38855951..e47cb83bee4 100644 --- a/content/cli/v9/commands/npm-install-ci-test.md +++ b/content/cli/v9/commands/npm-install-ci-test.md @@ -3,7 +3,7 @@ title: npm-install-ci-test section: 1 description: Install a project with a clean slate and run tests github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-install-ci-test.md redirect_from: - /cli-commands/install-ci-test diff --git a/content/cli/v9/commands/npm-install-test.md b/content/cli/v9/commands/npm-install-test.md index b8610b83d4e..c5e6a4925b9 100644 --- a/content/cli/v9/commands/npm-install-test.md +++ b/content/cli/v9/commands/npm-install-test.md @@ -3,7 +3,7 @@ title: npm-install-test section: 1 description: Install package(s) and run tests github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-install-test.md redirect_from: - /cli-commands/install-test diff --git a/content/cli/v9/commands/npm-install.md b/content/cli/v9/commands/npm-install.md index 7fceb94e568..8deff097a03 100644 --- a/content/cli/v9/commands/npm-install.md +++ b/content/cli/v9/commands/npm-install.md @@ -3,7 +3,7 @@ title: npm-install section: 1 description: Install a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-install.md redirect_from: - /cli-commands/install diff --git a/content/cli/v9/commands/npm-link.md b/content/cli/v9/commands/npm-link.md index 883f5a9c1ef..5b635b732a9 100644 --- a/content/cli/v9/commands/npm-link.md +++ b/content/cli/v9/commands/npm-link.md @@ -3,7 +3,7 @@ title: npm-link section: 1 description: Symlink a package folder github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-link.md redirect_from: - /cli-commands/link diff --git a/content/cli/v9/commands/npm-login.md b/content/cli/v9/commands/npm-login.md index 459b356571f..05a9f216e0f 100644 --- a/content/cli/v9/commands/npm-login.md +++ b/content/cli/v9/commands/npm-login.md @@ -3,7 +3,7 @@ title: npm-login section: 1 description: Login to a registry user account github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-login.md redirect_from: - /cli-commands/login diff --git a/content/cli/v9/commands/npm-logout.md b/content/cli/v9/commands/npm-logout.md index b9e02ef705c..cf727b3d729 100644 --- a/content/cli/v9/commands/npm-logout.md +++ b/content/cli/v9/commands/npm-logout.md @@ -3,7 +3,7 @@ title: npm-logout section: 1 description: Log out of the registry github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-logout.md redirect_from: - /cli-commands/logout diff --git a/content/cli/v9/commands/npm-ls.md b/content/cli/v9/commands/npm-ls.md index 0546d3a4e2d..c9e413c45dc 100644 --- a/content/cli/v9/commands/npm-ls.md +++ b/content/cli/v9/commands/npm-ls.md @@ -3,7 +3,7 @@ title: npm-ls section: 1 description: List installed packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-ls.md redirect_from: - /cli-commands/ls diff --git a/content/cli/v9/commands/npm-org.md b/content/cli/v9/commands/npm-org.md index e71c7b4875e..94870923394 100644 --- a/content/cli/v9/commands/npm-org.md +++ b/content/cli/v9/commands/npm-org.md @@ -3,7 +3,7 @@ title: npm-org section: 1 description: Manage orgs github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-org.md redirect_from: - /cli-commands/npm-org diff --git a/content/cli/v9/commands/npm-outdated.md b/content/cli/v9/commands/npm-outdated.md index 14e447e0a0c..f74dec62fea 100644 --- a/content/cli/v9/commands/npm-outdated.md +++ b/content/cli/v9/commands/npm-outdated.md @@ -3,7 +3,7 @@ title: npm-outdated section: 1 description: Check for outdated packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-outdated.md redirect_from: - /cli-commands/npm-outdated diff --git a/content/cli/v9/commands/npm-owner.md b/content/cli/v9/commands/npm-owner.md index 68ac6f07d88..edbcfa810be 100644 --- a/content/cli/v9/commands/npm-owner.md +++ b/content/cli/v9/commands/npm-owner.md @@ -3,7 +3,7 @@ title: npm-owner section: 1 description: Manage package owners github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-owner.md redirect_from: - /cli-commands/npm-owner diff --git a/content/cli/v9/commands/npm-pack.md b/content/cli/v9/commands/npm-pack.md index 8c1baa5738b..2c1bd38a5da 100644 --- a/content/cli/v9/commands/npm-pack.md +++ b/content/cli/v9/commands/npm-pack.md @@ -3,7 +3,7 @@ title: npm-pack section: 1 description: Create a tarball from a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-pack.md redirect_from: - /cli-commands/npm-pack diff --git a/content/cli/v9/commands/npm-ping.md b/content/cli/v9/commands/npm-ping.md index 3aba6f7f457..83bfd23f71b 100644 --- a/content/cli/v9/commands/npm-ping.md +++ b/content/cli/v9/commands/npm-ping.md @@ -3,7 +3,7 @@ title: npm-ping section: 1 description: Ping npm registry github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-ping.md redirect_from: - /cli-commands/npm-ping diff --git a/content/cli/v9/commands/npm-pkg.md b/content/cli/v9/commands/npm-pkg.md index 24d4ddb26b1..7444a20895c 100644 --- a/content/cli/v9/commands/npm-pkg.md +++ b/content/cli/v9/commands/npm-pkg.md @@ -3,7 +3,7 @@ title: npm-pkg section: 1 description: Manages your package.json github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-pkg.md redirect_from: - /cli-commands/npm-pkg diff --git a/content/cli/v9/commands/npm-prefix.md b/content/cli/v9/commands/npm-prefix.md index fd20dc2aa7e..00812d04d49 100644 --- a/content/cli/v9/commands/npm-prefix.md +++ b/content/cli/v9/commands/npm-prefix.md @@ -3,7 +3,7 @@ title: npm-prefix section: 1 description: Display prefix github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-prefix.md redirect_from: - /cli-commands/npm-prefix diff --git a/content/cli/v9/commands/npm-profile.md b/content/cli/v9/commands/npm-profile.md index 879ecd5f193..0c1b753c12f 100644 --- a/content/cli/v9/commands/npm-profile.md +++ b/content/cli/v9/commands/npm-profile.md @@ -3,7 +3,7 @@ title: npm-profile section: 1 description: Change settings on your registry profile github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-profile.md redirect_from: - /cli-commands/npm-profile diff --git a/content/cli/v9/commands/npm-prune.md b/content/cli/v9/commands/npm-prune.md index 8a7c8f2cbc9..74dfbdd06a4 100644 --- a/content/cli/v9/commands/npm-prune.md +++ b/content/cli/v9/commands/npm-prune.md @@ -3,7 +3,7 @@ title: npm-prune section: 1 description: Remove extraneous packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-prune.md redirect_from: - /cli-commands/npm-prune diff --git a/content/cli/v9/commands/npm-publish.md b/content/cli/v9/commands/npm-publish.md index f86c6844b8e..f6d163b8af1 100644 --- a/content/cli/v9/commands/npm-publish.md +++ b/content/cli/v9/commands/npm-publish.md @@ -3,7 +3,7 @@ title: npm-publish section: 1 description: Publish a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-publish.md redirect_from: - /cli-commands/npm-publish diff --git a/content/cli/v9/commands/npm-query.md b/content/cli/v9/commands/npm-query.md index c006cd63174..0291a9718be 100644 --- a/content/cli/v9/commands/npm-query.md +++ b/content/cli/v9/commands/npm-query.md @@ -3,7 +3,7 @@ title: npm-query section: 1 description: Dependency selector query github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-query.md redirect_from: - /cli-commands/npm-query diff --git a/content/cli/v9/commands/npm-rebuild.md b/content/cli/v9/commands/npm-rebuild.md index f0f117ed7c2..dc2b6f30179 100644 --- a/content/cli/v9/commands/npm-rebuild.md +++ b/content/cli/v9/commands/npm-rebuild.md @@ -3,7 +3,7 @@ title: npm-rebuild section: 1 description: Rebuild a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-rebuild.md redirect_from: - /cli-commands/npm-rebuild diff --git a/content/cli/v9/commands/npm-repo.md b/content/cli/v9/commands/npm-repo.md index 2461d6e9780..ead8a2897b0 100644 --- a/content/cli/v9/commands/npm-repo.md +++ b/content/cli/v9/commands/npm-repo.md @@ -3,7 +3,7 @@ title: npm-repo section: 1 description: Open package repository page in the browser github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-repo.md redirect_from: - /cli-commands/npm-repo diff --git a/content/cli/v9/commands/npm-restart.md b/content/cli/v9/commands/npm-restart.md index f052eb97876..bfad42a3c19 100644 --- a/content/cli/v9/commands/npm-restart.md +++ b/content/cli/v9/commands/npm-restart.md @@ -3,7 +3,7 @@ title: npm-restart section: 1 description: Restart a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-restart.md redirect_from: - /cli-commands/npm-restart diff --git a/content/cli/v9/commands/npm-root.md b/content/cli/v9/commands/npm-root.md index c9057de31bc..066ac44daff 100644 --- a/content/cli/v9/commands/npm-root.md +++ b/content/cli/v9/commands/npm-root.md @@ -3,7 +3,7 @@ title: npm-root section: 1 description: Display npm root github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-root.md redirect_from: - /cli-commands/npm-root diff --git a/content/cli/v9/commands/npm-run-script.md b/content/cli/v9/commands/npm-run-script.md index 5629f9fde3d..e5d6bc42ea6 100644 --- a/content/cli/v9/commands/npm-run-script.md +++ b/content/cli/v9/commands/npm-run-script.md @@ -3,7 +3,7 @@ title: npm-run-script section: 1 description: Run arbitrary package scripts github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-run-script.md redirect_from: - /cli-commands/npm-run-script diff --git a/content/cli/v9/commands/npm-search.md b/content/cli/v9/commands/npm-search.md index 8618435c99c..eb7fc1b5592 100644 --- a/content/cli/v9/commands/npm-search.md +++ b/content/cli/v9/commands/npm-search.md @@ -3,7 +3,7 @@ title: npm-search section: 1 description: Search for packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-search.md redirect_from: - /cli-commands/npm-search diff --git a/content/cli/v9/commands/npm-shrinkwrap.md b/content/cli/v9/commands/npm-shrinkwrap.md index d93911eb13f..aaefb55e4de 100644 --- a/content/cli/v9/commands/npm-shrinkwrap.md +++ b/content/cli/v9/commands/npm-shrinkwrap.md @@ -3,7 +3,7 @@ title: npm-shrinkwrap section: 1 description: Lock down dependency versions for publication github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-shrinkwrap.md redirect_from: - /cli-commands/npm-shrinkwrap diff --git a/content/cli/v9/commands/npm-star.md b/content/cli/v9/commands/npm-star.md index 943b657eb17..032b2b76987 100644 --- a/content/cli/v9/commands/npm-star.md +++ b/content/cli/v9/commands/npm-star.md @@ -3,7 +3,7 @@ title: npm-star section: 1 description: Mark your favorite packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-star.md redirect_from: - /cli-commands/npm-star diff --git a/content/cli/v9/commands/npm-stars.md b/content/cli/v9/commands/npm-stars.md index 544884b38c1..0ded402d9b9 100644 --- a/content/cli/v9/commands/npm-stars.md +++ b/content/cli/v9/commands/npm-stars.md @@ -3,7 +3,7 @@ title: npm-stars section: 1 description: View packages marked as favorites github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-stars.md redirect_from: - /cli-commands/npm-stars diff --git a/content/cli/v9/commands/npm-start.md b/content/cli/v9/commands/npm-start.md index c5ed4331b0f..cc8052d6636 100644 --- a/content/cli/v9/commands/npm-start.md +++ b/content/cli/v9/commands/npm-start.md @@ -3,7 +3,7 @@ title: npm-start section: 1 description: Start a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-start.md redirect_from: - /cli-commands/npm-start diff --git a/content/cli/v9/commands/npm-stop.md b/content/cli/v9/commands/npm-stop.md index 8bb5c1ba327..0de2296173c 100644 --- a/content/cli/v9/commands/npm-stop.md +++ b/content/cli/v9/commands/npm-stop.md @@ -3,7 +3,7 @@ title: npm-stop section: 1 description: Stop a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-stop.md redirect_from: - /cli-commands/npm-stop diff --git a/content/cli/v9/commands/npm-team.md b/content/cli/v9/commands/npm-team.md index 710ff9ee5db..7904aee36c2 100644 --- a/content/cli/v9/commands/npm-team.md +++ b/content/cli/v9/commands/npm-team.md @@ -3,7 +3,7 @@ title: npm-team section: 1 description: Manage organization teams and team memberships github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-team.md redirect_from: - /cli-commands/npm-team diff --git a/content/cli/v9/commands/npm-test.md b/content/cli/v9/commands/npm-test.md index b398047260e..d203c166401 100644 --- a/content/cli/v9/commands/npm-test.md +++ b/content/cli/v9/commands/npm-test.md @@ -3,7 +3,7 @@ title: npm-test section: 1 description: Test a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-test.md redirect_from: - /cli-commands/npm-test diff --git a/content/cli/v9/commands/npm-token.md b/content/cli/v9/commands/npm-token.md index ff1baa08acc..ca368c82972 100644 --- a/content/cli/v9/commands/npm-token.md +++ b/content/cli/v9/commands/npm-token.md @@ -3,7 +3,7 @@ title: npm-token section: 1 description: Manage your authentication tokens github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-token.md redirect_from: - /cli-commands/npm-token diff --git a/content/cli/v9/commands/npm-uninstall.md b/content/cli/v9/commands/npm-uninstall.md index aad479cb4eb..35195487b27 100644 --- a/content/cli/v9/commands/npm-uninstall.md +++ b/content/cli/v9/commands/npm-uninstall.md @@ -3,7 +3,7 @@ title: npm-uninstall section: 1 description: Remove a package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-uninstall.md redirect_from: - /cli-commands/npm-uninstall diff --git a/content/cli/v9/commands/npm-unpublish.md b/content/cli/v9/commands/npm-unpublish.md index 7b59035cbea..55387bd3c5e 100644 --- a/content/cli/v9/commands/npm-unpublish.md +++ b/content/cli/v9/commands/npm-unpublish.md @@ -3,7 +3,7 @@ title: npm-unpublish section: 1 description: Remove a package from the registry github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-unpublish.md redirect_from: - /cli-commands/npm-unpublish diff --git a/content/cli/v9/commands/npm-unstar.md b/content/cli/v9/commands/npm-unstar.md index 107f1878744..4602c58471a 100644 --- a/content/cli/v9/commands/npm-unstar.md +++ b/content/cli/v9/commands/npm-unstar.md @@ -3,7 +3,7 @@ title: npm-unstar section: 1 description: Remove an item from your favorite packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-unstar.md redirect_from: - /cli-commands/npm-unstar diff --git a/content/cli/v9/commands/npm-update.md b/content/cli/v9/commands/npm-update.md index 00a65feb3f6..85d949dc431 100644 --- a/content/cli/v9/commands/npm-update.md +++ b/content/cli/v9/commands/npm-update.md @@ -3,7 +3,7 @@ title: npm-update section: 1 description: Update packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-update.md redirect_from: - /cli-commands/npm-update diff --git a/content/cli/v9/commands/npm-version.md b/content/cli/v9/commands/npm-version.md index 5bcf1be7577..0d5c79e43a5 100644 --- a/content/cli/v9/commands/npm-version.md +++ b/content/cli/v9/commands/npm-version.md @@ -3,7 +3,7 @@ title: npm-version section: 1 description: Bump a package version github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-version.md redirect_from: - /cli-commands/npm-version diff --git a/content/cli/v9/commands/npm-view.md b/content/cli/v9/commands/npm-view.md index 19ebb7ca491..15289521620 100644 --- a/content/cli/v9/commands/npm-view.md +++ b/content/cli/v9/commands/npm-view.md @@ -3,7 +3,7 @@ title: npm-view section: 1 description: View registry info github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-view.md redirect_from: - /cli-commands/npm-view diff --git a/content/cli/v9/commands/npm-whoami.md b/content/cli/v9/commands/npm-whoami.md index 1f591b7f203..d4b8ea021e6 100644 --- a/content/cli/v9/commands/npm-whoami.md +++ b/content/cli/v9/commands/npm-whoami.md @@ -3,7 +3,7 @@ title: npm-whoami section: 1 description: Display npm username github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm-whoami.md redirect_from: - /cli-commands/npm-whoami diff --git a/content/cli/v9/commands/npm.md b/content/cli/v9/commands/npm.md index 6e9031aba89..15d95bb7c29 100644 --- a/content/cli/v9/commands/npm.md +++ b/content/cli/v9/commands/npm.md @@ -3,7 +3,7 @@ title: npm section: 1 description: javascript package manager github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npm.md redirect_from: - /cli-commands/npm diff --git a/content/cli/v9/commands/npx.md b/content/cli/v9/commands/npx.md index ac74b8992d0..5b99d748e6b 100644 --- a/content/cli/v9/commands/npx.md +++ b/content/cli/v9/commands/npx.md @@ -3,7 +3,7 @@ title: npx section: 1 description: Run a command from a local or remote npm package github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/commands/npx.md redirect_from: - /cli-commands/npx diff --git a/content/cli/v9/configuring-npm/folders.md b/content/cli/v9/configuring-npm/folders.md index b5fda91ccbf..340eef46423 100644 --- a/content/cli/v9/configuring-npm/folders.md +++ b/content/cli/v9/configuring-npm/folders.md @@ -3,7 +3,7 @@ title: folders section: 5 description: Folder Structures Used by npm github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/configuring-npm/folders.md redirect_from: - /cli-documentation/configuring-npm/folders diff --git a/content/cli/v9/configuring-npm/index.mdx b/content/cli/v9/configuring-npm/index.mdx index acafcfc76b9..a5295db96d6 100644 --- a/content/cli/v9/configuring-npm/index.mdx +++ b/content/cli/v9/configuring-npm/index.mdx @@ -2,7 +2,7 @@ title: Configuring npm shortName: Configuring github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/nav.yml redirect_from: - /cli-documentation/configuring-npm diff --git a/content/cli/v9/configuring-npm/install.md b/content/cli/v9/configuring-npm/install.md index 360221290fa..2473eb3248c 100644 --- a/content/cli/v9/configuring-npm/install.md +++ b/content/cli/v9/configuring-npm/install.md @@ -3,7 +3,7 @@ title: install section: 5 description: Download and install node and npm github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/configuring-npm/install.md redirect_from: - /cli-documentation/configuring-npm/install diff --git a/content/cli/v9/configuring-npm/npm-shrinkwrap-json.md b/content/cli/v9/configuring-npm/npm-shrinkwrap-json.md index 999df89e3f8..4f8325f4cbe 100644 --- a/content/cli/v9/configuring-npm/npm-shrinkwrap-json.md +++ b/content/cli/v9/configuring-npm/npm-shrinkwrap-json.md @@ -3,7 +3,7 @@ title: npm-shrinkwrap.json section: 5 description: A publishable lockfile github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/configuring-npm/npm-shrinkwrap-json.md redirect_from: - /cli-documentation/configuring-npm/npm-shrinkwrap-json diff --git a/content/cli/v9/configuring-npm/npmrc.md b/content/cli/v9/configuring-npm/npmrc.md index d342f8cd1ed..fc82fd21e40 100644 --- a/content/cli/v9/configuring-npm/npmrc.md +++ b/content/cli/v9/configuring-npm/npmrc.md @@ -3,7 +3,7 @@ title: npmrc section: 5 description: The npm config files github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/configuring-npm/npmrc.md redirect_from: - /cli-documentation/configuring-npm/npmrc diff --git a/content/cli/v9/configuring-npm/package-json.md b/content/cli/v9/configuring-npm/package-json.md index 8b8601266d9..c6b5ddce238 100644 --- a/content/cli/v9/configuring-npm/package-json.md +++ b/content/cli/v9/configuring-npm/package-json.md @@ -3,7 +3,7 @@ title: package.json section: 5 description: Specifics of npm's package.json handling github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/configuring-npm/package-json.md redirect_from: - /cli-documentation/configuring-npm/package-json diff --git a/content/cli/v9/configuring-npm/package-lock-json.md b/content/cli/v9/configuring-npm/package-lock-json.md index 6ad57a05376..529753e8530 100644 --- a/content/cli/v9/configuring-npm/package-lock-json.md +++ b/content/cli/v9/configuring-npm/package-lock-json.md @@ -3,7 +3,7 @@ title: package-lock.json section: 5 description: A manifestation of the manifest github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/configuring-npm/package-lock-json.md redirect_from: - /cli-documentation/configuring-npm/package-lock-json diff --git a/content/cli/v9/index.mdx b/content/cli/v9/index.mdx index 29aca049669..c59fc2fd5fd 100644 --- a/content/cli/v9/index.mdx +++ b/content/cli/v9/index.mdx @@ -2,7 +2,7 @@ title: npm CLI shortName: CLI github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/nav.yml redirect_from: - /cli diff --git a/content/cli/v9/using-npm/changelog.md b/content/cli/v9/using-npm/changelog.md index 3023be7ba12..bdfc3a32b02 100644 --- a/content/cli/v9/using-npm/changelog.md +++ b/content/cli/v9/using-npm/changelog.md @@ -1,7 +1,7 @@ --- title: Changelog github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: CHANGELOG.md redirect_from: - /cli-documentation/misc/changelog diff --git a/content/cli/v9/using-npm/config.md b/content/cli/v9/using-npm/config.md index 68f7b7b4cc0..fd4f6edcf2f 100644 --- a/content/cli/v9/using-npm/config.md +++ b/content/cli/v9/using-npm/config.md @@ -3,7 +3,7 @@ title: config section: 7 description: More than you probably want to know about npm configuration github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/config.md redirect_from: - /cli-documentation/misc/config diff --git a/content/cli/v9/using-npm/dependency-selectors.md b/content/cli/v9/using-npm/dependency-selectors.md index 28ced8cb50a..02289bbb9d8 100644 --- a/content/cli/v9/using-npm/dependency-selectors.md +++ b/content/cli/v9/using-npm/dependency-selectors.md @@ -3,7 +3,7 @@ title: Dependency Selector Syntax & Querying section: 7 description: Dependency Selector Syntax & Querying github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/dependency-selectors.md redirect_from: - /cli-documentation/misc/dependency-selectors diff --git a/content/cli/v9/using-npm/developers.md b/content/cli/v9/using-npm/developers.md index a5c33823472..689d6da533a 100644 --- a/content/cli/v9/using-npm/developers.md +++ b/content/cli/v9/using-npm/developers.md @@ -3,7 +3,7 @@ title: developers section: 7 description: Developer Guide github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/developers.md redirect_from: - /cli-documentation/misc/developers diff --git a/content/cli/v9/using-npm/index.mdx b/content/cli/v9/using-npm/index.mdx index 0487f526e2c..cee3a672bfb 100644 --- a/content/cli/v9/using-npm/index.mdx +++ b/content/cli/v9/using-npm/index.mdx @@ -2,7 +2,7 @@ title: Using npm shortName: Using github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/nav.yml redirect_from: - /cli-documentation/misc diff --git a/content/cli/v9/using-npm/logging.md b/content/cli/v9/using-npm/logging.md index f964ad9be4c..594ee8b5df8 100644 --- a/content/cli/v9/using-npm/logging.md +++ b/content/cli/v9/using-npm/logging.md @@ -3,7 +3,7 @@ title: Logging section: 7 description: Why, What & How We Log github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/logging.md redirect_from: - /cli-documentation/misc/logging diff --git a/content/cli/v9/using-npm/orgs.md b/content/cli/v9/using-npm/orgs.md index f497bb34c53..0f0eacc4c39 100644 --- a/content/cli/v9/using-npm/orgs.md +++ b/content/cli/v9/using-npm/orgs.md @@ -3,7 +3,7 @@ title: orgs section: 7 description: Working with Teams & Orgs github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/orgs.md redirect_from: - /cli-documentation/misc/orgs diff --git a/content/cli/v9/using-npm/package-spec.md b/content/cli/v9/using-npm/package-spec.md index d315d41ace6..571bd7eed98 100644 --- a/content/cli/v9/using-npm/package-spec.md +++ b/content/cli/v9/using-npm/package-spec.md @@ -3,7 +3,7 @@ title: package-spec section: 7 description: Package name specifier github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/package-spec.md redirect_from: - /cli-documentation/misc/package-spec diff --git a/content/cli/v9/using-npm/registry.md b/content/cli/v9/using-npm/registry.md index bd7020d4d17..0e20726d150 100644 --- a/content/cli/v9/using-npm/registry.md +++ b/content/cli/v9/using-npm/registry.md @@ -3,7 +3,7 @@ title: registry section: 7 description: The JavaScript Package Registry github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/registry.md redirect_from: - /cli-documentation/misc/registry diff --git a/content/cli/v9/using-npm/removal.md b/content/cli/v9/using-npm/removal.md index 247e68bbdfe..fae60db1225 100644 --- a/content/cli/v9/using-npm/removal.md +++ b/content/cli/v9/using-npm/removal.md @@ -3,7 +3,7 @@ title: removal section: 7 description: Cleaning the Slate github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/removal.md redirect_from: - /cli-documentation/misc/removal diff --git a/content/cli/v9/using-npm/scope.md b/content/cli/v9/using-npm/scope.md index dc037b40523..51fd38edb5c 100644 --- a/content/cli/v9/using-npm/scope.md +++ b/content/cli/v9/using-npm/scope.md @@ -3,7 +3,7 @@ title: scope section: 7 description: Scoped packages github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/scope.md redirect_from: - /cli-documentation/misc/npm-scope diff --git a/content/cli/v9/using-npm/scripts.md b/content/cli/v9/using-npm/scripts.md index 0b1833b4c6c..a2b08df0888 100644 --- a/content/cli/v9/using-npm/scripts.md +++ b/content/cli/v9/using-npm/scripts.md @@ -3,7 +3,7 @@ title: scripts section: 7 description: How npm handles the "scripts" field github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/scripts.md redirect_from: - /cli-documentation/misc/scripts diff --git a/content/cli/v9/using-npm/workspaces.md b/content/cli/v9/using-npm/workspaces.md index 32b78b643ea..d8fabb04140 100644 --- a/content/cli/v9/using-npm/workspaces.md +++ b/content/cli/v9/using-npm/workspaces.md @@ -3,7 +3,7 @@ title: workspaces section: 7 description: Working with workspaces github_repo: npm/cli -github_branch: latest +github_branch: release/v9 github_path: docs/lib/content/using-npm/workspaces.md redirect_from: - /cli-documentation/misc/workspaces