Skip to content

Commit 7255edf

Browse files
committed
Merge pull request #15 from maxneuvians/fix-mix-package-bug
Update mix.exs
2 parents 564026f + bb805a2 commit 7255edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule PhoenixSlime.Mixfile do
2828

2929
defp package do
3030
[maintainers: ["Sean Callan"],
31-
files: ["lib", "mix.exs", "README*", "LICENSE*"],
31+
files: ["lib", "priv", "mix.exs", "README*", "LICENSE*"],
3232
licenses: ["MIT"],
3333
links: %{github: "https://github.com/slime-lang/phoenix_slime"}]
3434
end

0 commit comments

Comments
 (0)