mirror of
https://github.com/valitydev/parse_trans.git
synced 2024-11-06 08:35:17 +00:00
Fix edown dependency in rebar.config
The pathspec for edown needs to be a tag (there is no `0.5` branch in edown).
This commit is contained in:
parent
eaf461516e
commit
58ba784579
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{erl_opts, [debug_info]}.
|
{erl_opts, [debug_info]}.
|
||||||
{xref_checks, [undefined_function_calls]}.
|
{xref_checks, [undefined_function_calls]}.
|
||||||
{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", "0.5"}}]}.
|
{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag, "0.5"}}}]}.
|
||||||
{edoc_opts, [{doclet, edown_doclet},
|
{edoc_opts, [{doclet, edown_doclet},
|
||||||
{top_level_readme,
|
{top_level_readme,
|
||||||
{"./README.md",
|
{"./README.md",
|
||||||
|
Loading…
Reference in New Issue
Block a user