rm-emoji-picker
rm-emoji-picker copied to clipboard
Package fails `yarn check`
In a new directory:
$ yarn add rm-emoji-picker
<success>
$ yarn check
error "rm-emoji-picker" is wrong version: expected "0.4.0", got null
Changing the version number in the package.json from 0.4.01 to 0.4.1 fixes this issue.
@marcrohloff Thanks for finding this issue. Care to submit a PR?
It seems a bit pointless to create a PR since you would have to update that line to create a new release.
Also, fwiw, I submitted an issue to the yarn repo. IMO, this shouldn't make yarn fail