-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Milestone
Description
We want to remove hostnames from the lockfiles:
wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
Would become:
wrappy@1:
version "1.0.2"
resolved "/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
This will allow us to switch the default registry more easily if we need to (for example if we want to deprecate our mirror, or if npm suddenly disappear from the surface of the earth), and will also make it easier for the users to switch from a registry to another.
tsvetkovv, terion-name, vjleblanc, StepanOvsyankin, knoxcard and 117 more22a, jbouhier, cbrevik, wilomgfx, Shinigami92 and 15 morexesjkeee, PKSpeleo, radiophysiker, lobkovs, InsOmniall and 4 morePKSpeleo, zaaack, melv-n, gaving and silverwind
Metadata
Metadata
Assignees
Labels
No labels