Skip to content

Commit

Permalink
Merge pull request #1 from brexhq/cleanup
Browse files Browse the repository at this point in the history
Remove statsig_erl client
  • Loading branch information
peburrows authored Sep 27, 2024
2 parents 95044dd + 80111c4 commit adbafff
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 1,271 deletions.
6 changes: 0 additions & 6 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ use Mix.Config
config :statsig_ex,
api_client: StatsigEx.TestAPIClient,
env_tier: "test"

# this is for configuring the statsig_erl lib
config :statsig,
network: :test_network,
api_key: "123",
statsig_environment_tier: "test"
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ defmodule StatsigEx.MixProject do
[
{:httpoison, "~> 1.4"},
{:jason, "~> 1.2"},
{:ua_parser, "~> 1.8"},
{:statsig, path: "./statsig_erl", only: [:test]}
{:ua_parser, "~> 1.8"}
]
end
end
14 changes: 0 additions & 14 deletions statsig_erl/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions statsig_erl/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions statsig_erl/mix.exs

This file was deleted.

17 changes: 0 additions & 17 deletions statsig_erl/mix.lock

This file was deleted.

16 changes: 0 additions & 16 deletions statsig_erl/rebar.config

This file was deleted.

35 changes: 0 additions & 35 deletions statsig_erl/rebar.lock

This file was deleted.

Loading

0 comments on commit adbafff

Please sign in to comment.