openurl
openurl copied to clipboard
.idea is in your npm published package
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.
Related to: https://github.com/npm/npm/issues/5673
Not sure how exactly npm let this happen, but I fixed it, thanks!