Skip to content

Commit

Permalink
Add assets to release
Browse files Browse the repository at this point in the history
  • Loading branch information
John Curran committed Dec 11, 2022
1 parent 16219b6 commit 62c0ec9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ defmodule TimeTravel.MixProject do
defp package do
[
licenses: ["MIT"],
links: %{"GitHub" => @source_url}
links: %{"GitHub" => @source_url},
files:
~w(assets/js lib priv) ++
~w(CHANGELOG.md LICENSE mix.exs package.json README.md .formatter.exs)
]
end

Expand Down

0 comments on commit 62c0ec9

Please sign in to comment.