Skip to content

Commit

Permalink
remove mod from application function
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmora08 committed Jan 30, 2018
1 parent 05bfd15 commit d7850d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7850d7

Please sign in to comment.