pinterest / elixometer

A light Elixir wrapper around exometer.

Home Page:https://hexdocs.pm/elixometer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential unnecessary libraries for mix prod environment

linearregression opened this issue · comments

meck is mocking libraries, for prod environment, there is no need to distribute as such. Add only:[:dev, :test] as constraint ?
edown is usually markdown for doc generation? only: [:dev, :test, :doc]?

See #19, I'll try to resolve it there.
I can remove meck, but I'm unable to do the same for edown; You're welcome to submit a PR if you know something I don't.