diff options
Diffstat (limited to 'deps/npm/html/doc/api/npm-link.html')
-rw-r--r-- | deps/npm/html/doc/api/npm-link.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/doc/api/npm-link.html b/deps/npm/html/doc/api/npm-link.html index def9bd2bfd..4cfc9b96ad 100644 --- a/deps/npm/html/doc/api/npm-link.html +++ b/deps/npm/html/doc/api/npm-link.html @@ -11,8 +11,8 @@ <h1><a href="../api/npm-link.html">npm-link</a></h1> <p>Symlink a package folder</p> <h2 id="synopsis">SYNOPSIS</h2> -<pre><code>npm.command.link(callback) -npm.command.link(packages, callback) +<pre><code>npm.commands.link(callback) +npm.commands.link(packages, callback) </code></pre><h2 id="description">DESCRIPTION</h2> <p>Package linking is a two-step process.</p> <p>Without parameters, link will create a globally-installed @@ -42,5 +42,5 @@ the package in the current working directory</p> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-link — npm@1.4.14</p> +<p id="footer">npm-link — npm@1.4.21</p> |