diff options
Diffstat (limited to 'tests/specs/npm/npmrc_not_next_to_package_json')
-rw-r--r-- | tests/specs/npm/npmrc_not_next_to_package_json/.npmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/npm/npmrc_not_next_to_package_json/.npmrc b/tests/specs/npm/npmrc_not_next_to_package_json/.npmrc index cea5a0fad..de3704b92 100644 --- a/tests/specs/npm/npmrc_not_next_to_package_json/.npmrc +++ b/tests/specs/npm/npmrc_not_next_to_package_json/.npmrc @@ -1,2 +1,2 @@ -@denotest:registry=http://127.0.0.1:4261/ -//127.0.0.1:4261/:_authToken=private-reg-token +@denotest:registry=http://localhost:4261/ +//localhost:4261/:_authToken=private-reg-token |