Outdated/incorrect version in package.json
taspeotis opened this issue · 2 comments
taspeotis commented
Hi, thanks for the library. I'm trying to use it with yarn but it doesn't like the version specified in package.json.
$ yarn add https://github.com/rsms/raster.git#v6
yarn add v1.19.1
[1/4] Resolving packages...
error Can't add "raster": invalid package version "4".
I believe the field is required to be semver formatted, so in this case it would be 6.0
.