Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 3dd339e

Browse files
fix(npmrc): updated configuration
1 parent 92a8a13 commit 3dd339e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ access=public
6969
; https-proxy=null
7070
; user-agent=npm/{npm-version} node/{node-version} {platform} {arch}
7171
; rebuild-bundle=true
72-
; registry=https://registry.npmjs.org/
72+
registry=https://registry.npmjs.org/
7373
; rollback=true
7474
; save=false
7575
; save-bundle=false
@@ -85,7 +85,7 @@ access=public
8585
; shrinkwrap=true
8686
; sign-git-tag=false
8787
; strict-ssl=true
88-
; tag=latest
88+
tag=latest
8989
; tag-version-prefix=v
9090
; tmp=/var/folders/7y/j4hhyf5j0f19rqlvzwk99_2w0000gq/T
9191
; unicode=true

0 commit comments

Comments
 (0)