hubot-twitter
hubot-twitter copied to clipboard
NPM not installing latest version
Hey there again. It seems like the version numbers are messed up in NPM for some reason. When I run 'npm install hubot-twitter', it installs a mysterious version 2.1.1 that doesn't include @mikrofusion's fix for the stream data chunk syntax errors. Not really sure where/how you fix this, but figured you oughta know. Here's what NPM reports for info on your library:
{ name: 'hubot-twitter',
time:
{ modified: '2014-03-30T14:03:52.439Z',
created: '2011-11-23T22:33:58.656Z',
'2.0.0': '2011-11-23T22:34:00.257Z',
'2.0.1': '2011-12-06T21:28:52.120Z',
'2.0.2': '2011-12-07T20:49:07.012Z',
'2.0.4': '2011-12-12T21:09:43.781Z',
'2.0.5': '2014-03-30T08:33:09.678Z',
'2.1.0': '2014-03-30T08:36:40.939Z',
'2.1.1': '2014-03-30T14:03:52.439Z' },
maintainers: 'mathilde_lemee <[email protected]>',
'dist-tags': { latest: '2.1.1' },
description: 'A Twitter adapter for hubot',
versions: '2.1.1',
homepage: 'https://github.com/mathildelemee/hubot-twitter',
keywords: 'github hubot twitter adapter',
repository:
{ type: 'git',
url: 'git://github.com/mathildelemee/hubot-twitter.git' },
author: 'Mathilde Lemee',
bugs: { url: 'https://github.com/mathildelemee/hubot-twitter/issues' },
readmeFilename: 'README.md',
users: {},
version: '2.1.1',
licenses:
{ type: 'MIT',
url: 'http://github.com/tombell/hubot-twilio/raw/master/LICENSE' },
dependencies: { oauth: '0.9.10' },
devDependencies: { 'coffee-script': '1.1.3' },
main: './src/twitter',
engine: 'node > 0.6.0 < 0.7.0',
engines: { node: '*' },
dist:
{ shasum: 'e9c5e4cb0588b796403e2302179b8e44914d9233',
tarball: 'http://registry.npmjs.org/hubot-twitter/-/hubot-twitter-2.1.1.tgz' },
directories: {} }
Looks like there's a .tgz file that's overriding the current master branch somehow?