mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
10 lines
215 B
Elixir
10 lines
215 B
Elixir
--- mix.exs.orig 2015-07-08 05:55:21 UTC
|
|
+++ mix.exs
|
|
@@ -24,7 +24,6 @@ defmodule Mongo.Mixfile do
|
|
# Returns the list of dependencies for prod
|
|
defp deps(:prod) do
|
|
[
|
|
- bson: "~> 0.4.3"
|
|
]
|
|
end
|
|
|