Skip to content

Commit 877b4ed

Browse files
committed
fix(flatOptions): re-add _auth
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
1 parent aba2bc6 commit 877b4ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/config/definitions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ define('_auth', {
143143
is safer to use a registry-provided authentication bearer token stored in
144144
the ~/.npmrc file by running \`npm login\`.
145145
`,
146+
flatten,
146147
})
147148

148149
define('access', {

0 commit comments

Comments
 (0)