From d7850d7347fe694977b27321ab58d459f9e5192d Mon Sep 17 00:00:00 2001 From: Gustavo Date: Tue, 30 Jan 2018 13:14:57 -0600 Subject: [PATCH] remove mod from application function --- mix.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index f62a7fb..fdb9f6a 100644 --- a/mix.exs +++ b/mix.exs @@ -17,8 +17,7 @@ defmodule ReactPhoenix.Mixfile do end def application do - [applications: [:logger, :phoenix_html, :poison], - mod: []] + [applications: [:logger, :phoenix_html, :poison],] end def description do