jm-david / emoji-mart-vue

One component to pick them all 👊🏼
https://jm-david.github.io/emoji-mart-vue
BSD 3-Clause "New" or "Revised" License
603 stars 82 forks source link

2.6.1 is not available on npm 🤕 #13

Closed keligijus closed 6 years ago

keligijus commented 6 years ago

Can't seem to be able to update to 2.6.1

npm error:

npm ERR! No compatible version found: emoji-mart-vue@^2.6.1
npm ERR! Valid install targets:
npm ERR! 2.5.3, 2.5.2, 2.4.5, 2.4.4, 2.4.3, 2.4.2, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0.0, 0.5.0, 0.4.7, 0.4.6, 0.4.5, 0.4.4

Listing all available versions on npm prints this:

npm view emoji-mart-vue versions

[ '0.4.4',
  '0.4.5',
  '0.4.6',
  '0.4.7',
  '0.5.0',
  '1.0.0',
  '1.0.1',
  '1.0.2',
  '1.0.3',
  '1.0.4',
  '2.4.2',
  '2.4.3',
  '2.4.4',
  '2.4.5',
  '2.5.2',
  '2.5.3' ]

Strange, because on npm website it says that the latest version is 2.6.1

screen shot 2018-05-22 at 13 28 35

Any ideas?

jm-david commented 6 years ago

So weird...no idea why it didn't publish properly? I've pushed a new version (2.6.2) which seems to be working 👍

keligijus commented 6 years ago

Yeah, totally weird.

Thanks very much, I appreciate quick response :)