Heh now I have to read up on how to parse json using bash O_o
On Tue, Aug 12, 2014 at 11:30 AM, Ian Clelland <iclell...@chromium.org> wrote: > I presume that the alternative would be for the version scripts to parse > package.json instead. I think that Android used to work the same way, but > now its version script just reports a hard-coded number (which coho > updates). > > As long as the package.json files are included in the release artifacts, > and aren't just in the npm packages, then I'm +1 on this. Simplify the > distribution. > > > On Tue, Aug 12, 2014 at 2:25 PM, Shazron <shaz...@gmail.com> wrote: > >> For iOS, the only file I can see that depends on this is: >> >> 1. >> https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/version >> >> Not sure of the alternative. >> >> This references it but can be removed: >> https://github.com/apache/cordova-ios/blob/master/bin/create >> >> >> On Tue, Aug 12, 2014 at 11:19 AM, Steven Gill <stevengil...@gmail.com> >> wrote: >> > Most of our repos have a package.json. It keeps track of versions. I >> think >> > we should work towards removing the VERSION files from the repos we can. >> > >> > Thoughts? >> > >> > This would require some changes to coho so it doesn't try to update the >> > version file when doing releases. >>