We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4add1 commit 24d5350Copy full SHA for 24d5350
docs/lib/content/configuring-npm/npmrc.md
@@ -120,10 +120,13 @@ _authToken=MYTOKEN
120
@myorg:registry=https://somewhere-else.com/myorg
121
@another:registry=https://somewhere-else.com/another
122
//registry.npmjs.org/:_authToken=MYTOKEN
123
+
124
; would apply to both @myorg and @another
-; //somewhere-else.com/:_authToken=MYTOKEN
125
+//somewhere-else.com/:_authToken=MYTOKEN
126
127
; would apply only to @myorg
128
//somewhere-else.com/myorg/:_authToken=MYTOKEN1
129
130
; would apply only to @another
131
//somewhere-else.com/another/:_authToken=MYTOKEN2
132
```
0 commit comments