blob: 01cdf0c6800cfb3e9333bf79a01c1ed21c388822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.TH "NPM\-OUTDATED" "3" "June 2015" "" ""
.SH "NAME"
\fBnpm-outdated\fR \- Check for outdated packages
.SH SYNOPSIS
.P
.RS 2
.nf
npm\.commands\.outdated([packages,] callback)
.fi
.RE
.SH DESCRIPTION
.P
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\.
|