Skip to content

Commit

Permalink
Merge pull request #321 from coingaming/fix/include-assets-to-package
Browse files Browse the repository at this point in the history
feat: Include assets folder to mix package
  • Loading branch information
sergey-suprunenko authored Jul 18, 2022
2 parents af55763 + 4ac2470 commit db3e293
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 @@ -48,7 +48,7 @@ defmodule Moon.MixProject do
[
organization: "coingaming",
licenses: ["UNLICENSED"],
files: ["lib", "priv", "mix.exs", "README.md", "CHANGELOG.md", "VERSION"],
files: ["lib", "assets", "priv", "mix.exs", "README.md", "CHANGELOG.md", "VERSION"],
links: %{
"GitHub" => "https://github.com/coingaming/moon/tree/v#{@version}"
}
Expand Down

0 comments on commit db3e293

Please sign in to comment.