From f425950a6ca671b2df20703f70b59022c2858d4d Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 27 Sep 2021 15:25:48 -0400 Subject: [PATCH] docs: remove npm Enterprise from documentation PR-URL: https://github.com/npm/cli/pull/3805 Credit: @ethomson Close: #3805 Reviewed-by: @lukekarrys --- docs/content/using-npm/scope.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/using-npm/scope.md b/docs/content/using-npm/scope.md index 62b4a6851641..911d7ea5177c 100644 --- a/docs/content/using-npm/scope.md +++ b/docs/content/using-npm/scope.md @@ -98,7 +98,8 @@ desired, with `npm access` or on the npmjs.com website. Scopes can be associated with a separate registry. This allows you to seamlessly use a mix of packages from the primary npm registry and one or more -private registries, such as npm Enterprise. +private registries, such as [GitHub Packages](https://github.com/features/packages) or the open source [Verdaccio](https://verdaccio.org) +project. You can associate a scope with a registry at login, e.g.