Add description to mix.exs
This commit is contained in:
parent
e949b7751d
commit
6dece3165f
1 changed files with 1 additions and 0 deletions
1
mix.exs
1
mix.exs
|
@ -5,6 +5,7 @@ defmodule Temple.MixProject do
|
|||
[
|
||||
app: :temple,
|
||||
name: "Temple",
|
||||
description: "An HTML DSL for Elixir and Phoenix",
|
||||
version: "0.1.0",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
elixir: "~> 1.7",
|
||||
|
|
Reference in a new issue