Created
November 20, 2015 00:57
-
-
Save ericentin/1891c0419d71ae76679d to your computer and use it in GitHub Desktop.
exrm exjsx issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule ExrmExjsx.Mixfile do | |
use Mix.Project | |
def project do | |
[app: :exrm_exjsx, | |
version: "0.0.1", | |
elixir: "~> 1.1", | |
build_embedded: Mix.env == :prod, | |
start_permanent: Mix.env == :prod, | |
deps: deps] | |
end | |
# Configuration for the OTP application | |
# | |
# Type "mix help compile.app" for more information | |
def application do | |
[applications: [:logger]] | |
end | |
# Dependencies can be Hex packages: | |
# | |
# {:mydep, "~> 0.3.0"} | |
# | |
# Or git/path repositories: | |
# | |
# {:mydep, git: "https://github.com/elixir-lang/mydep.git", tag: "0.1.0"} | |
# | |
# Type "mix help deps" for more examples and options | |
defp deps do | |
[{:exrm, github: "bitwalker/exrm"}, {:exjsx, ">= 0.0.0"}] | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%{"bbmustache": {:hex, :bbmustache, "1.0.3"}, | |
"erlware_commons": {:hex, :erlware_commons, "0.15.0"}, | |
"exjsx": {:hex, :exjsx, "3.2.0"}, | |
"exrm": {:git, "https://github.com/bitwalker/exrm.git", "10e3015ec63805bb1d1714c12db537b5056e6f9f", []}, | |
"getopt": {:hex, :getopt, "0.8.2"}, | |
"jsx": {:hex, :jsx, "2.6.2"}, | |
"providers": {:hex, :providers, "1.4.1"}, | |
"relx": {:hex, :relx, "3.5.0"}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
results: