Skip to content

Commit 86e019e

Browse files
committed
chore: update extras list in mix.exs to include CODE_OF_CONDUCT.md
1 parent 485afd8 commit 86e019e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmodule LLMAgent.MixProject do
6868
[
6969
main: "readme",
7070
extras:
71-
["README.md", "CHANGELOG.md", "CONTRIBUTING.md", "LICENSE"] ++
71+
["README.md", "CHANGELOG.md", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "LICENSE"] ++
7272
Path.wildcard("guides/*.md"),
7373
source_url: @source_url,
7474
formatters: ["html"],

0 commit comments

Comments
 (0)