aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-09-20 14:57:20 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-09-20 14:57:20 -0500
commit8f8e8270f413cb73d5658261e8821615f2ca16ed (patch)
tree922607d75730a10c073b175c352760ac0f967200
parentreadme beautify (diff)
downloadlocusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.gz
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.bz2
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.lz
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.xz
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.tar.zst
locusts-8f8e8270f413cb73d5658261e8821615f2ca16ed.zip
Elixir: Use src/ instead of lib/
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-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