npm: Upgrade to 1.3.17
[platform/upstream/nodejs.git] / deps / npm / man / man3 / npm-update.3
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-UPDATE" "3" "December 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-update\fR \-\- Update a package
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm\.commands\.update(packages, callback)
13 .
14 .fi
15 Updates a package, upgrading it to the latest version\. It also installs any missing packages\.
16 .
17 .P
18 The \'packages\' argument is an array of packages to update\. The \'callback\' parameter will be called when done or when an error occurs\.