Skip to content

Commit 0daabb7

Browse files
author
Brujo Benavides
authored
Get ready for hex publishing (#12)
1 parent 81d19b8 commit 0daabb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
doc/
2+
rebar3.carshdump
13
.eunit
24
deps
35
*.o

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141

4242
{alias, [{test, [format, lint, xref, dialyzer, eunit, cover]}]}.
4343

44-
{plugins, [rebar3_lint, {rebar3_format, "~> 0.8.1"}]}.
44+
{project_plugins, [rebar3_hex, rebar3_lint, {rebar3_format, "~> 0.8.1"}]}.
4545

4646
{format, [{files, ["src/*.erl", "include/*.hrl"]}]}.

0 commit comments

Comments
 (0)