From 5a3c41133085a074b4e974b110276c0e450cf0c9 Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Fri, 11 Dec 2020 18:54:56 -0500 Subject: deps: upgrade npm to 7.1.2 PR-URL: https://github.com/nodejs/node/pull/36487 Reviewed-By: Myles Borins Reviewed-By: Ruy Adorno Reviewed-By: Luigi Pinca Reviewed-By: Daijiro Wachi Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig --- deps/npm/docs/content/commands/npm-logout.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'deps/npm/docs/content/commands/npm-logout.md') diff --git a/deps/npm/docs/content/commands/npm-logout.md b/deps/npm/docs/content/commands/npm-logout.md index b1f344af57..7fa858a999 100644 --- a/deps/npm/docs/content/commands/npm-logout.md +++ b/deps/npm/docs/content/commands/npm-logout.md @@ -12,13 +12,13 @@ npm logout [--registry=] [--scope=<@scope>] ### Description -When logged into a registry that supports token-based authentication, tell the -server to end this token's session. This will invalidate the token everywhere -you're using it, not just for the current environment. +When logged into a registry that supports token-based authentication, tell +the server to end this token's session. This will invalidate the token +everywhere you're using it, not just for the current environment. -When logged into a legacy registry that uses username and password authentication, this will -clear the credentials in your user configuration. In this case, it will _only_ affect -the current environment. +When logged into a legacy registry that uses username and password +authentication, this will clear the credentials in your user configuration. +In this case, it will _only_ affect the current environment. If `--scope` is provided, this will find the credentials for the registry connected to that scope, if set. -- cgit v1.2.1