Skip to content

Commit

Permalink
Merge pull request #27 from Gmora08/master
Browse files Browse the repository at this point in the history
remove application module callback
  • Loading branch information
geolessel committed Jan 31, 2018
2 parents 05bfd15 + d7850d7 commit 2f0e685
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
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 2f0e685

Please sign in to comment.