J0 / phoenix_gen_socket_client

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

Should not add credo #32

Closed axelson closed 6 years ago

axelson commented 6 years ago

I'm not sure what the correct change is for mix.exs, but upon adding phoenix_gen_socket_client to my project I don't expect credo to be added to my dependencies. Of course if I cloned and built the phoenix_gen_socket_client by itself I would expect to have credo in the dependencies of the clone.

xadhoom commented 6 years ago

@axelson This has been fixed in #34