Skip to content

Commit

Permalink
fix(mix): Updated mix.exs file
Browse files Browse the repository at this point in the history
  • Loading branch information
achedeuzot committed Jul 10, 2021
1 parent fab4a51 commit 54d03b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule UeberauthAuth0.Mixfile do

def application do
[
applications: [:logger, :ueberauth, :oauth2]
extra_applications: [:logger]
]
end

Expand Down Expand Up @@ -80,7 +80,7 @@ defmodule UeberauthAuth0.Mixfile do
[
name: :ueberauth_auth0,
description: "An Ueberauth strategy for using Auth0 to authenticate your users.",
files: ["lib", "mix.exs", "README.md", "LICENSE"],
files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
maintainers: ["Son Tran-Nguyen", "Nikita Sobolev", "Klemen Sever"],
licenses: ["MIT"],
links: %{
Expand Down

0 comments on commit 54d03b9

Please sign in to comment.