Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2016-11-08 04:22:29 +0300
committerRebecca Turner <me@re-becca.org>2016-11-18 01:38:46 +0300
commit50e51b04a143959048cf9e1e4c8fe15094f480b0 (patch)
treeb8a50ca02c8c246e278d2f4637103d7aabfebf9e /doc
parentf3087cc58c903d9a70275be805ebaf0eadbcbe1b (diff)
doc: we do NOT check npmrc permissions
PR-URL: https://github.com/npm/npm/pull/14559 Credit: @iarna Reviewed-By: @othiym23
Diffstat (limited to 'doc')
-rw-r--r--doc/files/npmrc.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/files/npmrc.md b/doc/files/npmrc.md
index 011c703be..0980c1090 100644
--- a/doc/files/npmrc.md
+++ b/doc/files/npmrc.md
@@ -36,11 +36,6 @@ example:
key[] = "first value"
key[] = "second value"
-**NOTE:** Because local (per-project or per-user) `.npmrc` files can contain
-sensitive credentials, they must be readable and writable _only_ by your user
-account (i.e. must have a mode of `0600`), otherwise they _will be ignored by
-npm!_
-
#### Comments
Lines in `.npmrc` files are interpreted as comments when they begin with a `;` or `#` character. `.npmrc` files are parsed by [npm/ini](https://github.com/npm/ini), which specifies this comment syntax.