Remove util:lookup plugin

Behaviour moved into the api plugin.
This commit is contained in:
Major
2018-04-08 16:19:02 +01:00
parent fdabea8162
commit 8fe09880b7
11 changed files with 66 additions and 72 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
plugin {
name = "shops"
authors = [
"Stuart",
"Major",
"tlf30"
"Stuart",
"Major",
"tlf30"
]
dependencies = [
"util:lookup",
"api",
]
}