fix: add documentation files to package

This commit is contained in:
Zach Daniel 2022-08-30 19:29:22 -06:00
parent 021e13fd7b
commit 56d5c25050

View file

@ -97,6 +97,8 @@ defmodule AshGraphql.MixProject do
[ [
name: :ash_graphql, name: :ash_graphql,
licenses: ["MIT"], licenses: ["MIT"],
files: ~w(lib .formatter.exs mix.exs README* LICENSE*
CHANGELOG* documentation),
links: %{ links: %{
GitHub: "https://github.com/ash-project/ash_graphql" GitHub: "https://github.com/ash-project/ash_graphql"
} }