codingfishman / react-scroll-pagination

MIT License
7 stars 6 forks source link

NPM install still points to the old code. #10

Closed shirazz closed 7 years ago

shirazz commented 7 years ago

npm view react-scroll-pagination


{ name: 'react-scroll-pagination',
  description: 'A component for pagination with scrolling',
  'dist-tags': { latest: '0.1.9' },
  versions:
   [ '0.1.0',
     '0.1.1',
     '0.1.2',
     '0.1.3',
     '0.1.4',
     '0.1.5',
     '0.1.6',
     '0.1.7',
     '0.1.8',
     '0.1.9' ],
  maintainers: [ 'codingfishman <08fishman@gmail.com>' ],
  time:
   { modified: '2016-05-08T08:02:14.967Z',
     created: '2016-04-10T11:43:45.522Z',
     '0.1.0': '2016-04-10T11:43:45.522Z',
     '0.1.1': '2016-04-10T11:48:25.634Z',
     '0.1.2': '2016-04-10T12:52:34.946Z',
     '0.1.3': '2016-04-10T13:24:57.398Z',
     '0.1.4': '2016-04-10T14:10:33.436Z',
     '0.1.5': '2016-04-10T15:08:59.110Z',
     '0.1.6': '2016-04-10T15:31:27.948Z',
     '0.1.7': '2016-04-16T12:13:38.509Z',
     '0.1.8': '2016-04-24T14:23:52.112Z',
     '0.1.9': '2016-05-08T08:02:14.967Z' },
  homepage: 'https://github.com/codingfishman/react-scroll-pagination#readme',
  keywords: [ 'react', 'pagination', '翻页', '滑动翻页', '当前页', '翻页状态' ],
  repository:
   { type: 'git',
     url: 'git+https://github.com/codingfishman/react-scroll-pagination.git' },
  author: 'codingfishman',
  bugs: { url: 'https://github.com/codingfishman/react-scroll-pagination/issues' },
  license: 'MIT',
  readmeFilename: 'README.md',
  version: '0.1.9',
  main: 'dist/index.js',
  scripts: { test: 'jest --no-watchman' },
  dependencies: { jquery: '^1.0.0' },
  devDependencies:
   { 'babel-eslint': '^6.0.3',
     'babel-jest': '^9.0.0',
     'babel-preset-es2015': '^6.6.0',
     'babel-preset-react': '^6.5.0',
     eslint: '^2.8.0',
     'eslint-plugin-flow-vars': '^0.3.0',
     'gulp-babel': '^6.1.2',
     'jest-cli': '*',
     jscs: '^3.0.3',
     react: '~0.14.0',
     'react-addons-test-utils': '~0.14.0',
     'react-dom': '^0.14.0' },
  jest:
   { unmockedModulePathPatterns:
      [ '<rootDir>/node_modules/react',
        '<rootDir>/node_modules/react-dom',
        '<rootDir>/node_modules/react-addons-test-utils',
        '<rootDir>/node_modules/jquery' ],
     collectCoverage: true },
  gitHead: '6643624bbad6e1c0ddcd36161837f102f3f27849',
  dist:
   { shasum: '73dfca721d8da7a6405df04afe4b516aa3ff2934',
     tarball: 'https://registry.npmjs.org/react-scroll-pagination/-/react-scroll-pagination-0.1.9.tgz' },
  directories: {} }```
shirazz commented 7 years ago

The git head is still the same old one gitHead: '6643624bbad6e1c0ddcd36161837f102f3f27849',

codingfishman commented 7 years ago

sorry, just published the new one