So why is cordova-js in npm anyway? It's not an npm dependency from any of our packages. It's embedded in each platform package.
On Sep 5, 2014, at 4:44 PM, Marcel Kinard <[email protected]> wrote: > I don't know what happened in that commit either. Looks like a typo to me. > But that 3.6.3 js is in all the platform repos. So other than being a bit of > a weird version number, I think it is OK. > > My guess is that something may have gone wrong on an npm publish, and Steve > bumped the version of cordova-js from 3.6.0 -> 3.6.1 -> 3.6.2 -> 3.6.3 > > marcelk-macbook:cordova-android marcelk$ npm info cordova-js > npm http GET https://registry.npmjs.org/cordova-js > npm http 200 https://registry.npmjs.org/cordova-js > > { name: 'cordova-js', > description: 'Cordova JavaScript: a unified JavaScript layer for the Cordova > suite of projects enabling cross-platform native mobile development of > applications using HTML, CSS and JavaScript.', > 'dist-tags': { latest: '3.6.2', rc: '3.6.3' }, > versions: > [ '3.1.0', > '3.1.1', > '3.5.0', > '3.5.1', > '3.5.2', > '3.5.3', > '3.6.0', > '3.6.1', > '3.6.2', > '3.6.3' ], > > On Sep 5, 2014, at 4:17 PM, Jesse <[email protected]> wrote: > >> However, it appears we have jumped to a 3.6.3 tag on cordova-js, I am >> attempting to build the 3.6.1 tagged repo .... not sure what is up with >> that. >> I don't understand this commit : >> https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commit;h=906b34c0a450f4d5c1d631369eec549c13bbf430 >
