vt-elixir / ja_serializer

JSONAPI.org Serialization in Elixir.
Other
640 stars 148 forks source link

Restrict poison dep to only download for necessary envs #307

Closed bryannaegele closed 5 years ago

bryannaegele commented 5 years ago

The Poison library is only needed for tests and doc generation, not for using the library in production. Not restricting this dep to these envs creates an unneeded dependency and download for users. This PR restricts the dep to the envs it is needed in.

Resolves #306