diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 47770cc..6d48a1b 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -30,7 +30,9 @@ rebar_prv_app_discovery, rebar_require_vsn, rebar_prv_release, + rebar_prv_new, rebar_prv_update, + rebar_mustache, rebar_shell, rebar_state, rebar_prv_tar, @@ -62,6 +64,7 @@ rebar_shell, rebar_ct, rebar_prv_tar, + rebar_prv_new, rebar_prv_update, rebar_prv_release]} ]} |