alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Use package root document #163

Open alexanderGugel opened 8 years ago

mgcrea commented 8 years ago

Any chance this could help address #158? If not should I start off from this PR to try to properly (re)implement .cas (as it appears to be a pretty significant refactoring)?

alexanderGugel commented 8 years ago

Yeah, so this was originally supposed to resolve the issue caused by needle ( #164). This is going to be a larger refactor. The goal is to have separate "strategies" (e.g. registry/ npm, git, etc.). This branch is quite experimental. I think the .cas improvement should be on master, since it's quite significant and more important than this branch.