diff options
Diffstat (limited to 'deps/npm/html/doc/link.html')
-rw-r--r-- | deps/npm/html/doc/link.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/npm/html/doc/link.html b/deps/npm/html/doc/link.html index c8996f2bb..b7cfe31f9 100644 --- a/deps/npm/html/doc/link.html +++ b/deps/npm/html/doc/link.html @@ -23,6 +23,9 @@ symbolic link from <code>prefix/package-name</code> to the current folder.</p> <p>Next, in some other location, <code>npm link package-name</code> will create a symlink from the local <code>node_modules</code> folder to the global symlink.</p> +<p>Note that <code>package-name</code> is taken from <code>package.json</code> , +not from directory name.</p> + <p>When creating tarballs for <code>npm publish</code>, the linked packages are "snapshotted" to their current state by resolving the symbolic links.</p> @@ -58,7 +61,7 @@ installation target into your project's <code>node_modules</code> folder.</p <ul><li><a href="../doc/developers.html">developers(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul> </div> -<p id="footer">link — npm@1.2.18</p> +<p id="footer">link — npm@1.2.21</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |