summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/whoami.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/whoami.md')
-rw-r--r--deps/npm/doc/cli/whoami.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/npm/doc/cli/whoami.md b/deps/npm/doc/cli/whoami.md
deleted file mode 100644
index 7c39b1624..000000000
--- a/deps/npm/doc/cli/whoami.md
+++ /dev/null
@@ -1,15 +0,0 @@
-npm-whoami(1) -- Display npm username
-=====================================
-
-## SYNOPSIS
-
- npm whoami
-
-## DESCRIPTION
-
-Print the `username` config to standard output.
-
-## SEE ALSO
-
-* npm-config(1)
-* npm-adduser(1)