Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2021-09-27 22:25:48 +0300
committerLuke Karrys <luke@lukekarrys.com>2021-09-30 00:36:00 +0300
commitf425950a6ca671b2df20703f70b59022c2858d4d (patch)
tree83c62129b45b8b20c0438ae9807c7e628f2c101c
parentdbb90f7997900b8ae6026dddaa718efe9a1db2f4 (diff)
docs: remove npm Enterprise from documentation
PR-URL: https://github.com/npm/cli/pull/3805 Credit: @ethomson Close: #3805 Reviewed-by: @lukekarrys
-rw-r--r--docs/content/using-npm/scope.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/using-npm/scope.md b/docs/content/using-npm/scope.md
index 62b4a6851..911d7ea51 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.