Multiple
akeelnazir opened this issue · 0 comments
akeelnazir commented
It would be nice to be able to add multiple remoteUrls in the config. We have some npm packages coming from our company registry.
Current
// registry url with trailing /
remoteUrl: 'https://registry.npmjs.com/',
Proposed
remoteUrls: ['https://registry.npmjs.com/', 'https://registry.myothernpmjs.org/']