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:
Diffstat (limited to 'doc/cli/npm-whoami.md')
-rw-r--r--doc/cli/npm-whoami.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/cli/npm-whoami.md b/doc/cli/npm-whoami.md
deleted file mode 100644
index 70b6a48f4..000000000
--- a/doc/cli/npm-whoami.md
+++ /dev/null
@@ -1,17 +0,0 @@
-npm-whoami(1) -- Display npm username
-=====================================
-
-## SYNOPSIS
-
- npm whoami [--registry <registry>]
-
-## DESCRIPTION
-
-Print the `username` config to standard output.
-
-## SEE ALSO
-
-* npm-config(1)
-* npm-config(7)
-* npmrc(5)
-* npm-adduser(1)