diff options
Diffstat (limited to 'deps/npm/html/doc/developers.html')
-rw-r--r-- | deps/npm/html/doc/developers.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/doc/developers.html b/deps/npm/html/doc/developers.html index 9d48bbde0a..50ae34674e 100644 --- a/deps/npm/html/doc/developers.html +++ b/deps/npm/html/doc/developers.html @@ -136,8 +136,8 @@ bring in your module's main module.</p> or a path to a folder.</p> <p>Note that pretty much <strong>everything in that folder will be exposed</strong> -by default. So, if you have secret stuff in there, use a <code>.npminclude</code> -or <code>.npmignore</code> file to list out the globs to include/ignore, or publish +by default. So, if you have secret stuff in there, use a +<code>.npmignore</code> file to list out the globs to ignore, or publish from a fresh checkout.</p> <h2 id="Brag-about-it">Brag about it</h2> @@ -150,7 +150,7 @@ from a fresh checkout.</p> <ul><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/init.html">init(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul> </div> -<p id="footer">developers — npm@1.1.0-alpha-6</p> +<p id="footer">developers — npm@1.1.0-beta-2</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |