summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/doc/cli/npm-star.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/doc/cli/npm-star.md')
-rw-r--r--deps/node/deps/npm/doc/cli/npm-star.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/deps/node/deps/npm/doc/cli/npm-star.md b/deps/node/deps/npm/doc/cli/npm-star.md
deleted file mode 100644
index 87d90b56..00000000
--- a/deps/node/deps/npm/doc/cli/npm-star.md
+++ /dev/null
@@ -1,22 +0,0 @@
-npm-star(1) -- Mark your favorite packages
-==========================================
-
-## SYNOPSIS
-
- npm star [<pkg>...]
- npm unstar [<pkg>...]
-
-## DESCRIPTION
-
-"Starring" a package means that you have some interest in it. It's
-a vaguely positive way to show that you care.
-
-"Unstarring" is the same thing, but in reverse.
-
-It's a boolean thing. Starring repeatedly has no additional effect.
-
-## SEE ALSO
-
-* npm-view(1)
-* npm-whoami(1)
-* npm-adduser(1)