Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
Revert to old file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Apr 19, 2016
1 parent 9074e78 commit adf7012
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
11 changes: 11 additions & 0 deletions src/lfe-compile.app.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{application, 'lfe-compile',
[{description, "The LFE rebar3 compiler plugin"},
{vsn, "0.4.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []}
]}.
3 changes: 1 addition & 2 deletions src/rebar3_lfe_compile.erl → src/lfe-compile.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
%% Copyright (c) 2014, 2015 Duncan McGreggor <oubiwann@gmail.com>
%% Copyright (c) 2016, Eric Bailey <eric@ericb.me>
%%

-module(rebar3_lfe_compile).
-module('lfe-compile').

-behaviour(provider).

Expand Down
11 changes: 0 additions & 11 deletions src/rebar3_lfe_compile.app.src

This file was deleted.

0 comments on commit adf7012

Please sign in to comment.