package-json-upgrade
package-json-upgrade copied to clipboard
When using Yarn, does not find private registry
It is possible to configure registries with Yarn. These configurations are not picked up by package-json-upgrade
. I could technically get this plugin to see my files if I also created an .npmrc
file, but that is not what Yarn is using when installing, and it is not recommended to have both.
Could we add support for looking at the .yarnrc.yml
configuration as well? Or if not, give a way to specify other registries in the plugin?
This sounds like a really nice feature. I am currently on parental leave and dont have a lot of time on my hands. But I would welcome a PR!