Files
yarn/__tests__/registries
Karolis Narkevicius 939a130194 Fix: allow / in addition to %2f in the url for scope checks (#4367)
**Summary**

Fixes #4366. NPM registry encodes the `/` in scoped package names for meta look ups but not for tarball download URLs so Yarn was not sending authentication headers for the tarball downloads breaking scoped packages. This patch fixes it.

**Test plan**

Updated tests.
2017-09-12 15:36:28 +01:00
..