From 8e75e0f312b3effd97308225fae382f0db2ca54f Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 8 Oct 2015 22:21:39 -0700 Subject: [PATCH] add files section to `jsx.app.src` for hex --- src/jsx.app.src | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/jsx.app.src b/src/jsx.app.src index a82b97f..73415db 100644 --- a/src/jsx.app.src +++ b/src/jsx.app.src @@ -17,5 +17,10 @@ kernel, stdlib ]}, - {env, []} + {env, []}, + {files, [ + "src", + "rebar.config", "rebar.config.script", "rebar.lock" + "README.md", "CHANGES.md", "LICENSE" + ]} ]}.