Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jun 29, 2020
1 parent 31b7d7b commit 6ea06c2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ erl_crash.dump
*.tar
.DS_Store
.iex.exs
/.DS_Store

# Generated erlang source
/src/*.erl
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ defmodule Text.MixProject do
[
source_ref: "v#{@version}",
main: "readme",
logo: "logo.png",
skip_undefined_reference_warnings_on: ["changelog", "CHANGELOG.md"],
extras: ["README.md", "CHANGELOG.md", "LICENSE.md"]
]
end
Expand Down

0 comments on commit 6ea06c2

Please sign in to comment.