If memory serves, there was a problem discovered a while back with 0.0.1rc1 being "greater than" 0.0.1 in the alphabetical sort order. So if your dependencies didn't pin to exactly "0.0.1" then users could end up with some rc's in their node_modules folder when dependencies were installed.
If we could solve that problem, and if we'd be willing to change the package.json between rc and final, then it could probably work. I'm interested to see how painless we can make --usegit. On Sep 4, 2014, at 4:05 PM, Brian LeRoux <b...@brian.io> wrote: > 0.0.1rc1 > 0.0.1rc2 > > no?