Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: we do NOT check npmrc permissions
Browse files Browse the repository at this point in the history
PR-URL: #14559
Credit: @iarna
Reviewed-By: @othiym23
  • Loading branch information
iarna committed Nov 15, 2016
1 parent 0ac8252 commit 9711cf7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/files/npmrc.md
Expand Up @@ -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.
Expand Down

0 comments on commit 9711cf7

Please sign in to comment.