Skip to content

Commit

Permalink
Exclude custom mix tasks from package.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Feb 14, 2017
1 parent 0913ca3 commit 21b7820
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 @@ -32,7 +32,7 @@ defmodule Wobserver.Mixfile do
maintainers: ["Ian Luites"],
licenses: ["MIT"],
files: [
"lib", "mix.exs", "README*", "LICENSE*", # Elixir
"lib/wobserver", "lib/wobserver.ex", "mix.exs", "README*", "LICENSE*", # Elixir
],
links: %{
"GitHub" => "https://github.com/shinyscorpion/wobserver",
Expand Down

0 comments on commit 21b7820

Please sign in to comment.