diff options
Diffstat (limited to 'meta/3rd/skynet')
-rw-r--r-- | meta/3rd/skynet/config.json | 4 | ||||
-rw-r--r-- | meta/3rd/skynet/config.lua | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/3rd/skynet/config.json b/meta/3rd/skynet/config.json new file mode 100644 index 00000000..17210c43 --- /dev/null +++ b/meta/3rd/skynet/config.json @@ -0,0 +1,4 @@ +{ + "name" : "skynet", + "words" : [ "skynet.start" ] +} diff --git a/meta/3rd/skynet/config.lua b/meta/3rd/skynet/config.lua deleted file mode 100644 index 79b0871b..00000000 --- a/meta/3rd/skynet/config.lua +++ /dev/null @@ -1,2 +0,0 @@ -name = "skynet" -words = { "skynet.start" } |