summaryrefslogtreecommitdiff
path: root/deps/npm/html/partial/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/partial/doc/api')
-rw-r--r--deps/npm/html/partial/doc/api/npm-update.html10
-rw-r--r--deps/npm/html/partial/doc/api/npm.html2
2 files changed, 9 insertions, 3 deletions
diff --git a/deps/npm/html/partial/doc/api/npm-update.html b/deps/npm/html/partial/doc/api/npm-update.html
index d05771159..5d48bc0d8 100644
--- a/deps/npm/html/partial/doc/api/npm-update.html
+++ b/deps/npm/html/partial/doc/api/npm-update.html
@@ -2,6 +2,12 @@
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm.commands.update(packages, callback)
</code></pre><h1 id="description">DESCRIPTION</h1>
-<p>Updates a package, upgrading it to the latest version. It also installs any missing packages.</p>
-<p>The &#39;packages&#39; argument is an array of packages to update. The &#39;callback&#39; parameter will be called when done or when an error occurs.</p>
+<p>Updates a package, upgrading it to the latest version. It also installs any
+missing packages.</p>
+<p>The <code>packages</code> argument is an array of packages to update. The <code>callback</code>
+parameter will be called when done or when an error occurs.</p>
+<h2 id="see-also">SEE ALSO</h2>
+<ul>
+<li><a href="../cli/npm-update.html">npm-update(1)</a></li>
+</ul>
diff --git a/deps/npm/html/partial/doc/api/npm.html b/deps/npm/html/partial/doc/api/npm.html
index 44c3340c6..a3d22dc30 100644
--- a/deps/npm/html/partial/doc/api/npm.html
+++ b/deps/npm/html/partial/doc/api/npm.html
@@ -12,7 +12,7 @@ npm.load([configObject, ]function (er, npm) {
npm.commands.install([&quot;package&quot;], cb)
})
</code></pre><h2 id="version">VERSION</h2>
-<p>2.6.1</p>
+<p>2.7.0</p>
<h2 id="description">DESCRIPTION</h2>
<p>This is the API documentation for npm.
To find documentation of the command line