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_deno_json | |
parent | a013b9113d36cade5f184e73ebf2aad3e50ac9bf (diff) |
fix: update deno_npm (#24065)
Diffstat (limited to 'tests/specs/npm/npmrc_deno_json')
-rw-r--r-- | tests/specs/npm/npmrc_deno_json/.npmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/npmrc_deno_json/.npmrc b/tests/specs/npm/npmrc_deno_json/.npmrc index 18887e8d3..cea5a0fad 100644 --- a/tests/specs/npm/npmrc_deno_json/.npmrc +++ b/tests/specs/npm/npmrc_deno_json/.npmrc @@ -1,2 +1,2 @@ @denotest:registry=http://127.0.0.1:4261/ -//127.0.0.1:4261/denotest/:_authToken=private-reg-token +//127.0.0.1:4261/:_authToken=private-reg-token |