Skip to content

Commit

Permalink
fix(flatOptions): re-add _auth
Browse files Browse the repository at this point in the history
This was not being added to flatOptions, and things like
`npm-registry-fetch` are looking for it.

PR-URL: #2946
Credit: @wraithgar
Close: #2946
Reviewed-by: @nlf
  • Loading branch information
wraithgar committed Mar 24, 2021
1 parent aba2bc6 commit 877b4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/config/definitions.js
Expand Up @@ -143,6 +143,7 @@ define('_auth', {
is safer to use a registry-provided authentication bearer token stored in
the ~/.npmrc file by running \`npm login\`.
`,
flatten,
})

define('access', {
Expand Down

0 comments on commit 877b4ed

Please sign in to comment.