Skip to content

Commit 6716a7a

Browse files
committed
Add .npmrc configuration file for npm registry settings
1 parent 1fe509d commit 6716a7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.npmrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
registry=https://registry.npmjs.org/
2+
@advanced-rest-client:registry=https://registry.npmjs.org/
3+
@mulesoft:registry=https://registry.npmjs.org/
4+
@salesforce:registry=https://registry.npmjs.org/
5+
always-auth=false
6+
strict-ssl=true

0 commit comments

Comments
 (0)