Browse Source

Modify package.lua for lit;

bjorn 9 years ago
parent
commit
65f3c1645a
1 changed files with 4 additions and 1 deletions
  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'
+  }
 }