mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Improve docs/package
This commit is contained in:
parent
d8fdcd131f
commit
f6ee9df4fa
1 changed files with 5 additions and 2 deletions
7
mix.exs
7
mix.exs
|
|
@ -38,8 +38,11 @@ defmodule LiveSvelte.MixProject do
|
|||
[
|
||||
maintainers: ["Wout De Puysseleir"],
|
||||
licenses: ["MIT"],
|
||||
links: %{"GitHub" => @repo_url},
|
||||
files: ~w(priv assets lib LICENSE.md mix.exs package.json README.md .formatter.exs)
|
||||
links: %{
|
||||
Changelog: @repo_url <> "/blob/master/CHANGELOG.md",
|
||||
GitHub: @repo_url
|
||||
},
|
||||
files: ~w(priv assets lib mix.exs package.json .formatter.exs LICENSE.md README.md CHANGELOG.md)
|
||||
]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue