Skip to content

Commit

Permalink
adding package field
Browse files Browse the repository at this point in the history
  • Loading branch information
liuming committed Aug 7, 2017
1 parent 5c91834 commit bc5f212
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ erl_crash.dump

# Also ignore archive artifacts (built via "mix archive.build").
*.ez

json_logic-*.tar
7 changes: 7 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ defmodule JsonLogic.Mixfile do
def project do
[
app: :json_logic,
package: %{
description: "Elixir implementation of JsonLogic",
links: %{github: "https://github.com/liuming/json_logic_elixir"},
maintainers: [ "Ming Liu" ],
licenses: ["MIT"],
},
version: "0.1.0",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
deps: deps()
]
end


# Run "mix help compile.app" to learn about applications.
def application do
[
Expand Down

0 comments on commit bc5f212

Please sign in to comment.