Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lenileiro committed Oct 2, 2021
1 parent a540c75 commit 23cb2bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ defmodule ExUssd.MixProject do
defp docs do
[
main: "ExUssd",
Nav: [
ExUssd.Nav
groups_for_modules: [
Nav: [
ExUssd.Nav
]
],
extras: [
"CHANGELOG.md",
Expand Down Expand Up @@ -69,7 +71,7 @@ defmodule ExUssd.MixProject do
[
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:ex_doc, "~> 0.24", only: [:dev, :test], runtime: false},
{:faker, "~> 0.15", only: [:test, :dev]}
]
end
Expand Down

0 comments on commit 23cb2bb

Please sign in to comment.