diff options
Diffstat (limited to 'www/elixir-phoenix_html/files/patch-mix.exs')
-rw-r--r-- | www/elixir-phoenix_html/files/patch-mix.exs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/elixir-phoenix_html/files/patch-mix.exs b/www/elixir-phoenix_html/files/patch-mix.exs new file mode 100644 index 000000000000..6c578717d363 --- /dev/null +++ b/www/elixir-phoenix_html/files/patch-mix.exs @@ -0,0 +1,14 @@ +--- mix.exs.orig 2015-07-02 15:30:23 UTC ++++ mix.exs +@@ -20,10 +20,6 @@ defmodule PhoenixHtml.Mixfile do + end + + defp deps do +- [{:plug, ">= 0.12.2 and < 2.0.0"}, +- +- # Docs dependencies +- {:earmark, "~> 0.1", only: :docs}, +- {:ex_doc, "~> 0.7.1", only: :docs}] ++ [] + end + end |