Skip to content

Commit

Permalink
make :route_patterns a dependency of :site app (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mahoney authored Jul 10, 2019
1 parent 7cefd1f commit 6972527
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/site/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ defmodule Site.Mixfile do
:polyline,
:util,
:trip_plan,
:services
:services,
:route_patterns
]

apps =
Expand Down Expand Up @@ -124,7 +125,8 @@ defmodule Site.Mixfile do
{:util, in_umbrella: true},
{:predictions, in_umbrella: true},
{:trip_plan, in_umbrella: true},
{:services, in_umbrella: true}
{:services, in_umbrella: true},
{:route_patterns, in_umbrella: true}
]
end
end

0 comments on commit 6972527

Please sign in to comment.