Re: CLI tools dependency versioning

2014-04-22 Thread Brian LeRoux
the big benefit of using package.json is native binaries tho we all use macs here so no big deal yuk yuk On Tue, Apr 22, 2014 at 8:23 AM, Andrew Grieve wrote: > npm-shrinkwrap.json does this for us already. Not sure there's added > benefit in locking them down in the package.json > > > On Thu

Re: CLI tools dependency versioning

2014-04-22 Thread Andrew Grieve
npm-shrinkwrap.json does this for us already. Not sure there's added benefit in locking them down in the package.json On Thu, Apr 17, 2014 at 5:35 PM, Michal Mocny wrote: > +1, though it does imply that cli and plugman continue to be released > frequently, instead of rarely as was at some point

Re: CLI tools dependency versioning

2014-04-17 Thread Michal Mocny
+1, though it does imply that cli and plugman continue to be released frequently, instead of rarely as was at some point considered. I think thats fine, and actually simplifies a lot of things conceptually (cordova "version" for users is == CLI version). On Thu, Apr 17, 2014 at 5:16 PM, Brian Le