aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mix.exs4
-rw-r--r--src/locusts.ex (renamed from lib/locusts.ex)0
2 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index de02d08..1841131 100644
--- a/mix.exs
+++ b/mix.exs
@@ -12,7 +12,9 @@ defmodule Locusts.MixProject do
name: "Locusts",
description: "A BEAM library that introduces locusts into your codebase.",
source_url: "https://github.com/locusts-r-us/locusts",
- test_paths: ["tests/"]
+ test_paths: ["tests"],
+ elixirc_paths: ["src"],
+
]
end
diff --git a/lib/locusts.ex b/src/locusts.ex
index fdcbc0f..fdcbc0f 100644
--- a/lib/locusts.ex
+++ b/src/locusts.ex