rauschma / openurl

Node.js module for opening a URL via the operating system
71 stars 19 forks source link

.idea is in your npm published package #4

Open vinnymac opened 8 years ago

vinnymac commented 8 years ago

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

rauschma commented 8 years ago

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