Преглед изворни кода

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',
   license = 'MIT',
   author = { url = 'https://github.com/bjornbytes' },
-  homepage = 'https://github.com/bjornbytes/graphql-lua'
+  homepage = 'https://github.com/bjornbytes/graphql-lua',
+  files = {
+    '*.lua'
+  }
 }