diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-06-05 20:22:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 19:22:40 +0000 |
commit | 0db73f6333639bf74a9c12dfe779287623891ab7 (patch) | |
tree | 2971415661b4819a198693f14f18ebdb5882e04f /tests/specs/npm/npmrc_basic_auth | |
parent | a013b9113d36cade5f184e73ebf2aad3e50ac9bf (diff) |
fix: update deno_npm (#24065)
Diffstat (limited to 'tests/specs/npm/npmrc_basic_auth')
-rw-r--r-- | tests/specs/npm/npmrc_basic_auth/.npmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/npm/npmrc_basic_auth/.npmrc b/tests/specs/npm/npmrc_basic_auth/.npmrc index 0624091f0..c5548f6f6 100644 --- a/tests/specs/npm/npmrc_basic_auth/.npmrc +++ b/tests/specs/npm/npmrc_basic_auth/.npmrc @@ -1,4 +1,4 @@ @denotest:registry=http://127.0.0.1:4261/ -//127.0.0.1:4261/denotest/:_authToken=private-reg-token +//127.0.0.1:4261/:_auth=ZGVubzpsYW5k @denotest2:registry=http://127.0.0.1:4262/ -//127.0.0.1:4262/denotest2/:_authToken=private-reg-token2 +//127.0.0.1:4262/:_auth=ZGVubzpsYW5kMg== |