diff options
author | cheapie <no-email-for-you@example.com> | 2024-09-14 17:42:44 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-09-14 17:42:44 -0500 |
commit | 70ab3cd06da8e8211536963e08680b664965335a (patch) | |
tree | b0ccaee94b9397a2e3dd9baebc1972fbf8c66350 /firealarm_meseconsio | |
parent | 4d417ddcb2be62e568ae3f11c58bcb156d5d6a35 (diff) | |
download | firealarm-70ab3cd06da8e8211536963e08680b664965335a.tar firealarm-70ab3cd06da8e8211536963e08680b664965335a.tar.gz firealarm-70ab3cd06da8e8211536963e08680b664965335a.tar.bz2 firealarm-70ab3cd06da8e8211536963e08680b664965335a.tar.xz firealarm-70ab3cd06da8e8211536963e08680b664965335a.zip |
Add luacheck configuration, migrate depends.txt to mod.conf, and some assorted cleanup
Diffstat (limited to 'firealarm_meseconsio')
-rw-r--r-- | firealarm_meseconsio/depends.txt | 2 | ||||
-rw-r--r-- | firealarm_meseconsio/mod.conf | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/firealarm_meseconsio/depends.txt b/firealarm_meseconsio/depends.txt deleted file mode 100644 index 72bf846..0000000 --- a/firealarm_meseconsio/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -firealarm_common -mesecons diff --git a/firealarm_meseconsio/mod.conf b/firealarm_meseconsio/mod.conf new file mode 100644 index 0000000..a159048 --- /dev/null +++ b/firealarm_meseconsio/mod.conf @@ -0,0 +1,3 @@ +name = firealarm_meseconsio +description = Mesecons I/O +depends = firealarm_common,mesecons |