percyhanna / chai-react

Chai assertions for React
MIT License
40 stars 3 forks source link

npm@latest gives version 2.0.2 of the library #16

Closed valscion closed 8 years ago

valscion commented 8 years ago

Hi again!

It seems that this repository also suffers from the same problem as percyhanna/rquery#35, with the latest tag in npm pointing to version 2.0.2 when it probably should be pointed to 3.0.1. It's easy to check for yourself using npm show chai-react and checking the dist-tags key:

{ name: 'chai-react',
  description: 'React assertions for the Chai assertion library',
  'dist-tags': { latest: '2.0.2' },
  versions:
   [ '0.0.3',
     '0.0.4',
     '1.0.0',
     '1.0.1',
     '1.0.3',
     '1.0.5',
     '2.0.0',
     '2.0.1',
     '2.0.2',
     '3.0.0-rc1',
     '3.0.0',
     '3.0.1' ],
  maintainers: 'percyhanna <percyhanna@gmail.com>',
  time:
   { modified: '2016-03-02T23:13:16.783Z',
     created: '2014-07-30T16:14:38.546Z',
     '0.0.3': '2014-07-30T16:14:38.546Z',
     '0.0.4': '2014-08-19T18:59:48.778Z',
     '1.0.0': '2014-11-25T17:36:53.821Z',
     '1.0.1': '2014-12-02T21:17:13.768Z',
     '1.0.3': '2015-02-07T06:26:30.423Z',
     '2.0.0': '2015-03-19T20:32:37.881Z',
     '1.0.5': '2015-04-09T15:58:46.913Z',
     '2.0.1': '2015-08-07T16:41:07.397Z',
     '3.0.0-rc1': '2015-10-15T07:14:47.250Z',
     '3.0.0': '2015-10-16T20:31:18.354Z',
     '3.0.1': '2016-03-02T23:11:09.307Z',
     '2.0.2': '2016-03-02T23:13:16.783Z' },
  homepage: 'https://github.com/percyhanna/chai-react#readme',
  keywords: [ 'test', 'assertion', 'assert', 'testing', 'react' ],
  repository:
   { type: 'git',
     url: 'git+https://github.com/percyhanna/chai-react.git' },
  author: 'Andrew Hanna <percyhanna@gmail.com>',
  bugs: { url: 'https://github.com/percyhanna/chai-react/issues' },
  readmeFilename: 'README.md',
  users: { jabbrwcky: true },
  version: '2.0.2',
  scripts: { test: 'mocha-phantomjs test/index.html' },
  main: './chai-react',
  engines: { node: '>= 0.4.0' },
  devDependencies:
   { chai: '1',
     'chai-array': '0.0.1',
     envify: '^1.2.1',
     'es5-shim': '^4.0.0',
     mocha: '1',
     'mocha-phantomjs': '3',
     react: '^0.13.0' },
  gitHead: 'bd0cdeec8502152431f46432accd7b59ec1ade8d',
  dist:
   { shasum: '2b3978d5b0f046724c4683fe990fe40d2ac18270',
     tarball: 'http://registry.npmjs.org/chai-react/-/chai-react-2.0.2.tgz' },
  directories: {} }
percyhanna commented 8 years ago

Thanks again! Fixed.