Skip to content

Commit

Permalink
fix package files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Moraga committed Nov 2, 2020
1 parent 6dac7b6 commit 71a997d
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 @@ -31,7 +31,7 @@ defmodule Humiex.MixProject do
defp package() do
[
name: "humiex",
files: ~w(lib .formatter.exs mix.exs README* LICENSE* src),
files: ~w(lib .formatter.exs mix.exs README* LICENSE*),
licenses: ["MIT"],
maintainers: ["Eduardo Moraga"],
links: %{"GitHub" => "https://github.com/blockfi/humiex"}
Expand Down

0 comments on commit 71a997d

Please sign in to comment.