diff options
author | isaacs <i@izs.me> | 2014-02-12 18:16:32 -0800 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2014-02-13 16:35:41 -0800 |
commit | 55543d3c45777e2867b86109454e1686e9956c5f (patch) | |
tree | bc1d3704983fd2e589cc7755f85ec7f7b8a04a7c /deps/npm/html/doc/misc/npm-faq.html | |
parent | 37376debe54ccd2889174ebb8ffc3949e0bda298 (diff) | |
download | node-new-55543d3c45777e2867b86109454e1686e9956c5f.tar.gz |
npm: Upgrade to v1.4.0
- Removes 'npm publish -f'
- Documentation
- Bug-fixes
- Update license etc to refer to npm, Inc. rather than @isaacs personally
Diffstat (limited to 'deps/npm/html/doc/misc/npm-faq.html')
-rw-r--r-- | deps/npm/html/doc/misc/npm-faq.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/html/doc/misc/npm-faq.html b/deps/npm/html/doc/misc/npm-faq.html index b8318920d3..956422669b 100644 --- a/deps/npm/html/doc/misc/npm-faq.html +++ b/deps/npm/html/doc/misc/npm-faq.html @@ -307,12 +307,12 @@ in a web browser. This will also tell you if you are just unable to access the internet for some reason.</p> <p>If the registry IS down, let me know by emailing <a href="mailto:i@izs.me">i@izs.me</a> or posting -an issue at <a href="https://github.com/isaacs/npm/issues">https://github.com/isaacs/npm/issues</a>. We'll have +an issue at <a href="https://github.com/npm/npm/issues">https://github.com/npm/npm/issues</a>. We'll have someone kick it or something.</p> <h2 id="Why-no-namespaces">Why no namespaces?</h2> -<p>Please see this discussion: <a href="https://github.com/isaacs/npm/issues/798">https://github.com/isaacs/npm/issues/798</a></p> +<p>Please see this discussion: <a href="https://github.com/npm/npm/issues/798">https://github.com/npm/npm/issues/798</a></p> <p>tl;dr - It doesn't actually make things better, and can make them worse.</p> @@ -330,7 +330,7 @@ There is not sufficient need to impose namespace rules on everyone.</p> <p>Post an issue on the github project:</p> -<ul><li><a href="https://github.com/isaacs/npm/issues">https://github.com/isaacs/npm/issues</a></li></ul> +<ul><li><a href="https://github.com/npm/npm/issues">https://github.com/npm/npm/issues</a></li></ul> <h2 id="Why-does-npm-hate-me">Why does npm hate me?</h2> @@ -340,7 +340,7 @@ There is not sufficient need to impose namespace rules on everyone.</p> <ul><li><a href="../cli/npm.html">npm(1)</a></li><li><a href="../misc/npm-developers.html">npm-developers(7)</a></li><li><a href="../files/package.json.html">package.json(5)</a></li><li><a href="../cli/npm-config.html">npm-config(1)</a></li><li><a href="../misc/npm-config.html">npm-config(7)</a></li><li><a href="../files/npmrc.html">npmrc(5)</a></li><li><a href="../misc/npm-config.html">npm-config(7)</a></li><li><a href="../files/npm-folders.html">npm-folders(5)</a></li></ul> </div> -<p id="footer">npm-faq — npm@1.3.26</p> +<p id="footer">npm-faq — npm@1.4.0</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |