I see the 'latest' tag as 5.0.0? That is what is associated with the dist tarball you see.
On Tue, Jun 2, 2015 at 7:25 AM, Nikhil Khandelwal <[email protected]> wrote: > Why does npm info cordova - give me 5.1.0 version which points to cordova > 5.0.0 tgz? See the lines below in asterisk. > > { name: 'cordova', > description: 'Cordova command line interface tool', > 'dist-tags': > { latest: '5.0.0', > rc: '5.1.0', > '3.6.0-0.2.8': '3.6.0-0.2.8', > nightly: '4.1.3-nightly.2014.10.21' }, > versions: > [ '0.0.0-fake', > '0.0.1', > '5.0.0', > *** '5.1.0' ], > time: > { modified: '2015-06-02T02:55:19.592Z', > created: '2012-07-14T22:05:40.306Z', > '5.0.0': '2015-04-16T20:16:51.255Z', > *** '5.1.0': '2015-05-27T23:54:43.677Z' }, > preferGlobal: 'true', > main: 'cordova', > engines: { node: '>=0.9.9' }, > engineStrict: true, > bin: { cordova: './bin/cordova' }, > scripts: > { test: 'node node_modules/jasmine-node/bin/jasmine-node > --captureExceptions --color spec', > cover: 'node node_modules/istanbul/lib/cli.js cover --root src > --print detail node_modules/jasmine-node/bin/jasmine-node -- spec' }, > dependencies: > **** { 'cordova-lib': '5.0.0', > q: '1.0.1', > nopt: '3.0.1', > underscore: '1.7.0' }, > devDependencies: > { istanbul: '^0.3.4', > grunt: '0.4.5', > 'grunt-retire': '0.3.7', > 'jasmine-node': '1.14.5' }, > dist: > { shasum: '696907aff7c889beea4422b6c80e57558a905c05', > **** tarball: 'http://registry.npmjs.org/cordova/-/cordova-5.0.0.tgz' > }, > directories: {} } > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
