Is the new comment-based meta only apply to the single file lit modules? 
Can/should we still make small modules with package.lua files?

I usually make my modules like so:

- init.lua
- package.lua
- test.lua (ignored in package.lua)
- readme, license, etc. 

Should I move my single-file packages to just the init.lua with the new meta? 
Or is it fine to keep the with no meta in the init, and keep all the meta in 
the package.lua?

-- 
You received this message because you are subscribed to the Google Groups 
"luvit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to