aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-08-03 16:54:59 -0600
committerkballou <kballou@devnulllabs.io>2016-08-03 16:54:59 -0600
commit74f216873355926e9dd4a827af48c0fa8cd5816c (patch)
treef29f862087a3aae3a25ce12ce7623e6a0d981bbd /mix.exs
parent6536a38514ece482b992839f20ef071628c182b0 (diff)
downloadex_prometheus_io-74f216873355926e9dd4a827af48c0fa8cd5816c.tar.gz
ex_prometheus_io-74f216873355926e9dd4a827af48c0fa8cd5816c.tar.xz
Add `ex_doc` to package dependenciesv0.0.5
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2772d56..6348d98 100644
--- a/mix.exs
+++ b/mix.exs
@@ -19,7 +19,8 @@ defmodule ExPrometheusIo.Mixfile do
end
defp deps do
- [{:poison, "~> 2.2 or ~> 1.5"}]
+ [{:poison, "~> 2.2 or ~> 1.5"},
+ {:ex_doc, "~> 0.13.0", only: :dev}]
end
defp elixirc_paths(:test), do: ["lib", "test/support"]