Skip to content

Commit

Permalink
Remove EDTF.js shim in favor of EDTF hex package
Browse files Browse the repository at this point in the history
Fix incorrect EDTF date fixture

Use released version of edtf package
  • Loading branch information
mbklein committed Oct 11, 2024
1 parent 2e24b5c commit e27fa46
Show file tree
Hide file tree
Showing 28 changed files with 23 additions and 729 deletions.
89 changes: 0 additions & 89 deletions app/lib/edtf.ex

This file was deleted.

35 changes: 0 additions & 35 deletions app/lib/edtf/humanize.ex

This file was deleted.

85 changes: 0 additions & 85 deletions app/lib/edtf/humanize/date.ex

This file was deleted.

86 changes: 0 additions & 86 deletions app/lib/edtf/humanize/list.ex

This file was deleted.

1 change: 0 additions & 1 deletion app/lib/meadow/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ defmodule Meadow.Application do
end

base_children = [
EDTF,
{Phoenix.PubSub, [name: Meadow.PubSub, adapter: Phoenix.PubSub.PG2]},
Meadow.Telemetry,
{Registry, keys: :unique, name: Meadow.TaskRegistry}
Expand Down
1 change: 1 addition & 0 deletions app/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ defmodule Meadow.MixProject do
{:ecto_psql_extras, "~> 0.2"},
{:ecto_ranked, "~> 0.5"},
{:ecto_sql, "~> 3.0 and >= 3.4.4"},
{:edtf, "~> 1.2"},
{:elastix, "~> 0.10.0"},
{:ets, "~> 0.9.0"},
{:ex_aws, "~> 2.5.0"},
Expand Down
Loading

0 comments on commit e27fa46

Please sign in to comment.