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
diff options
context:
space:
mode:
-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.