Skip to content

Commit

Permalink
update mix file
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Sep 27, 2021
1 parent 67ddcf1 commit 3885942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch

# Add an ignored working directory
/.not_published

# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump

Expand Down
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ defmodule ExFactor.MixProject do
# Run "mix help deps" to learn about dependencies.
defp package() do
[
name: "ExFactor",
licenses: ["CC-BY-NC-ND-4.0"],
links: %{"GitHub" => "https://github.com/ckochx/ex_factor"}
]
Expand Down

0 comments on commit 3885942

Please sign in to comment.