aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/files/npmrc.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/doc/files/npmrc.html')
-rw-r--r--deps/npm/html/doc/files/npmrc.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/deps/npm/html/doc/files/npmrc.html b/deps/npm/html/doc/files/npmrc.html
index 151b0c0079..8385a103a3 100644
--- a/deps/npm/html/doc/files/npmrc.html
+++ b/deps/npm/html/doc/files/npmrc.html
@@ -35,11 +35,7 @@ override the setting in the globalconfig file.</p>
example:</p>
<pre><code>key[] = &quot;first value&quot;
key[] = &quot;second value&quot;
-</code></pre><p><strong>NOTE:</strong> Because local (per-project or per-user) <code>.npmrc</code> files can contain
-sensitive credentials, they must be readable and writable <em>only</em> by your user
-account (i.e. must have a mode of <code>0600</code>), otherwise they <em>will be ignored by
-npm!</em></p>
-<h4 id="comments">Comments</h4>
+</code></pre><h4 id="comments">Comments</h4>
<p>Lines in <code>.npmrc</code> files are interpreted as comments when they begin with a <code>;</code> or <code>#</code> character. <code>.npmrc</code> files are parsed by <a href="https://github.com/npm/ini">npm/ini</a>, which specifies this comment syntax.</p>
<p>For example:</p>
<pre><code># last modified: 01 Jan 2016
@@ -89,5 +85,5 @@ manner.</p>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
-<p id="footer">npmrc &mdash; npm@3.10.10</p>
+<p id="footer">npmrc &mdash; npm@4.0.5</p>