luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Implement shrinkwrap-like feature #109

Closed creationix closed 9 years ago

creationix commented 9 years ago

We need a way to grab the current set of deep dependencies and lock it into a package.lua file or add it to the lit protocol metadata and repository. It might make sense to do this on publish for all packages.

When resolving dependencies, the higher items in the chain override the lower items.

creationix commented 9 years ago

Implemented in #114