Skip to content

Commit 78f73c7

Browse files
committed
4.4
1 parent ef7ca4f commit 78f73c7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.exs

+6-8
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,18 @@ defmodule N2O.Mixfile do
1010
end
1111

1212
def application do
13-
[mod: {:n2o, []}
14-
]
13+
[mod: {:n2o, []}]
1514
end
1615

1716
defp package do
18-
[files: ~w(c_src doc include priv src LICENSE mix.exs README.md rebar.config),
17+
[files: ["include", "priv", "samples", "src", "LICENSE", "README.md", "rebar.config"],
1918
licenses: ["MIT"],
19+
maintainers: ["Andy Martemyanov", "Namdak Tonpa"],
20+
name: :n2o,
2021
links: %{"GitHub" => "https://github.com/synrc/n2o"}]
2122
end
2223

23-
defp deps do [
24-
{:jsone, github: "sile/jsone"},
25-
{:cowboy, github: "extend/cowboy"},
26-
{:gproc, gitbub: "uwiger/gproc"},
27-
]
24+
defp deps do
25+
[{:ex_doc, ">= 0.0.0", only: :dev}]
2826
end
2927
end

0 commit comments

Comments
 (0)