I created a npm package few months ago, and a friend was nice enough to help me make the original project into a package and upload it to npm.
Now I'm an owner of the package but only he is shown under collaborators. As it is my package and I did most of the work I would love to be mentioned as a collaborator.
We tried npm owner add but it didn't help.
Here is the package: https://www.npmjs.com/package/react-singular-component
BTW: I am an owner.
To be more specific, I think you're looking for some sort of way to display all contributors in your package. There's an
npm packagecalled All-Contributors which you can use to generate a nice looking grid of contributors with their github profile photos.You can install it by running:
Initialize your project with:
you can add a contributor by running
Checkout the docs for more information on how to use the package.