Skip to content

Support for scoped registry urls

Compare
Choose a tag to compare
@delfrrr delfrrr released this 30 Jun 19:50
· 14 commits to master since this release

Now you can use npm-consider with private registries via associating a scope with a registry

npm login --registry=http://reg.example.com --scope=@myco

or

npm config set @myco:registry http://reg.example.com

Thanks Fabian for this contribution!