I am looking to add an organisation as a user or transfer ownership of a package so that it appears in their 'packages' section.
Attempting to associate them via npm add user *org registry name*
doesn't work, since they're an org and not a user.
Would the correct approach be for my company to associate a scope with their registry and then associating that scope with the package registry?
Can't find further information on how to achieve this seemingly simple task.