You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@redox The npm name to use as for the "owner" of the package is in lastPublisher.name. This is the npm login of the last user that did npm push. This is usually what is chown on npm website amd what should matters. See https://www.npmjs.com/package/angular
You can also use owners to show all the other owners that are not the last publisher. I think the "author" field is just the parsed author field of the package.json file, not the actual npm user name used to push (This can be different, you can put anything inside author, like we put Algolia, Inc https://www.algolia.com).
we have:
and need:
to link to https://www.npmjs.com/~angularcore
The text was updated successfully, but these errors were encountered: