openurl icon indicating copy to clipboard operation
openurl copied to clipboard

.idea is in your npm published package

Open vinnymac opened this issue 9 years ago • 1 comments

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

vinnymac avatar Jan 20 '16 22:01 vinnymac

Not sure how exactly npm let this happen, but I fixed it, thanks!

rauschma avatar Jan 21 '16 06:01 rauschma