Unverified Commit eae5aa61 authored by Nathaniel Waisbrot's avatar Nathaniel Waisbrot
Browse files

Add the products of yecc and leex to the excluded_files list

Including these in the published Hex package makes it not work on
pre-18 versions of Erlang
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -6,5 +6,6 @@
{registered, []},
{mod, {eini_app, []}},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/erlcloud/eini"}]}
{links, [{"Github", "https://github.com/erlcloud/eini"}]},
{exclude_files, ["src/eini_parser.erl", "src/eini_lexer.erl"]}
]}.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment