Skip to content

Commit

Permalink
add lib/auth_plug_helpers.ex to list of files for package in mix.exs #86
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 28, 2022
1 parent 3655113 commit a0a5d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ defmodule AuthPlug.MixProject do
defp package() do
[
files:
~w(lib/auth_plug.ex lib/auth_plug_optional.ex lib/helpers.ex lib/httpoison_mock.ex lib/token.ex LICENSE mix.exs README.md),
~w(lib/auth_plug.ex lib/auth_plug_optional.ex lib/auth_plug_helpers.ex lib/httpoison_mock.ex lib/token.ex LICENSE mix.exs README.md),
name: "auth_plug",
licenses: ["GPL-2.0-or-later"],
maintainers: ["dwyl"],
Expand Down

0 comments on commit a0a5d06

Please sign in to comment.