Skip to content

Commit

Permalink
Add all new files to package spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakoth committed Jun 19, 2017
1 parent 229d78a commit 62ad738
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mix.exs
Expand Up @@ -35,7 +35,16 @@ defmodule Slime.Mixfile do
def package do
[
maintainers: ["Sean Callan", "Alexander Stanko"],
files: ["lib", "mix.exs", "README*", "LICENSE*"],
files: [
"lib",
"tasks",
"src/slime_parser.peg.eex",
"src/slime_parser_transform.erl",
"mix.exs",
"README*",
"LICENSE*",
"CHANGELOG*"
],
licenses: ["MIT"],
links: %{github: "https://github.com/slime-lang/slime"},
]
Expand Down

0 comments on commit 62ad738

Please sign in to comment.