浏览代码

Modify package.lua for lit;

bjorn 9 年之前
父节点
当前提交
65f3c1645a
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      graphql/package.lua

+ 4 - 1
package.lua → graphql/package.lua

@@ -4,5 +4,8 @@ return {
   description = 'Lua GraphQL implementation',
   description = 'Lua GraphQL implementation',
   license = 'MIT',
   license = 'MIT',
   author = { url = 'https://github.com/bjornbytes' },
   author = { url = 'https://github.com/bjornbytes' },
-  homepage = 'https://github.com/bjornbytes/graphql-lua'
+  homepage = 'https://github.com/bjornbytes/graphql-lua',
+  files = {
+    '*.lua'
+  }
 }
 }