summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-09-25 20:50:45 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-09-25 20:50:45 -0400
commit62794b9d207e7e00950c6e17fa0f14c004210d7f (patch)
tree9ecdc0350edc454b28154c8e9bac0b8b5d2a15a7 /mix.exs
parentmix format (diff)
remove unneeded comments
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index b994960..cf348d3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -31,14 +31,12 @@ defmodule PolyjuiceClient.MixProject do
]
end
- # Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
]
end
- # Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ex_doc, "~> 0.21", only: :dev, runtime: false},