diff options
Diffstat (limited to 'tests/specs/npm/npmrc_not_next_to_package_json/.npmrc')
-rw-r--r-- | tests/specs/npm/npmrc_not_next_to_package_json/.npmrc | 2 |
1 files changed, 2 insertions, 0 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 new file mode 100644 index 000000000..18887e8d3 --- /dev/null +++ b/tests/specs/npm/npmrc_not_next_to_package_json/.npmrc @@ -0,0 +1,2 @@ +@denotest:registry=http://127.0.0.1:4261/ +//127.0.0.1:4261/denotest/:_authToken=private-reg-token |