I can see you added .idea to your .npmignore. Yet when I look at the published openurl folder in my node_modules folder I can see that a .idea folder is included. I don't think this folder was intentionally published and recommend removing it.
Publishing folders by accident can lead to exposing private information that you may otherwise not want to be made available.
I can see you added
.idea
to your.npmignore
. Yet when I look at the publishedopenurl
folder in mynode_modules
folder I can see that a.idea
folder is included. I don't think this folder was intentionally published and recommend removing it.Publishing folders by accident can lead to exposing private information that you may otherwise not want to be made available.
Related to: https://github.com/npm/npm/issues/5673