J0 / phoenix_gen_socket_client

Socket client behaviour for phoenix channels
MIT License
232 stars 48 forks source link

Make development dependencies optional #34

Closed axelson closed 6 years ago

axelson commented 6 years ago

WIth these changes if you add phoenix_gen_socket_client to your project you won't end up with potentially unwanted dependencies (and you won't get dependency conflict errors).

Fixes #32

sasa1977 commented 6 years ago

I'm closing this in favour of #35, which is a simpler PR (doesn't include the :optional directive).