diff options
Diffstat (limited to 'deps/npm/man/man1/prune.1')
-rw-r--r-- | deps/npm/man/man1/prune.1 | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/deps/npm/man/man1/prune.1 b/deps/npm/man/man1/prune.1 deleted file mode 100644 index dfac9af38c..0000000000 --- a/deps/npm/man/man1/prune.1 +++ /dev/null @@ -1,37 +0,0 @@ -.\" Generated with Ronnjs 0.3.8 -.\" http://github.com/kapouer/ronnjs/ -. -.TH "NPM\-PRUNE" "1" "June 2013" "" "" -. -.SH "NAME" -\fBnpm-prune\fR \-\- Remove extraneous packages -. -.SH "SYNOPSIS" -. -.nf -npm prune [<name> [<name \.\.\.]] -. -.fi -. -.SH "DESCRIPTION" -This command removes "extraneous" packages\. If a package name is -provided, then only packages matching one of the supplied names are -removed\. -. -.P -Extraneous packages are packages that are not listed on the parent -package\'s dependencies list\. -. -.SH "SEE ALSO" -. -.IP "\(bu" 4 -npm help rm -. -.IP "\(bu" 4 -npm help folders -. -.IP "\(bu" 4 -npm help list -. -.IP "" 0 - |