blob: ef48d624acf69987be9d22255109b9582730dbda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-OUTDATED" "3" "June 2013" "" ""
.
.SH "NAME"
\fBnpm-outdated\fR \-\- Check for outdated packages
.
.SH "SYNOPSIS"
.
.nf
npm\.commands\.outdated([packages,] callback)
.
.fi
.
.SH "DESCRIPTION"
This command will check the registry to see if the specified packages are
currently outdated\.
.
.P
If the \'packages\' parameter is left out, npm will check all packages\.
|