mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-10 15:04:25 +08:00
Include iframe in the hex archive (#1174)
This commit is contained in:
parent
7ef0de2722
commit
40c945502f
1 changed files with 2 additions and 1 deletions
3
mix.exs
3
mix.exs
|
@ -48,7 +48,8 @@ defmodule Livebook.MixProject do
|
|||
links: %{
|
||||
"GitHub" => "https://github.com/livebook-dev/livebook"
|
||||
},
|
||||
files: ~w(lib static config mix.exs mix.lock README.md LICENSE CHANGELOG.md)
|
||||
files:
|
||||
~w(lib static config mix.exs mix.lock README.md LICENSE CHANGELOG.md iframe/priv/static/iframe)
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue