package.elm-lang.org
package.elm-lang.org copied to clipboard
redirection to latest package version is broken
Edit: at least for Mouse
it is.
example:
http://package.elm-lang.org/packages/elm-lang/core/2.0.1/Mouse
will show a
Warning! The latest version of this package is 5.1.1
, which redirects to
http://package.elm-lang.org/packages/elm-lang/core/latest/Mouse,
which gives the error problem with parameter 'version': Must have format MAJOR.MINOR.PATCH (e.g. 1.0.2)
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!
Here is what to expect next, and if anyone wants to comment, keep these things in mind.
This is a duplicate of https://github.com/elm-lang/package.elm-lang.org/issues/195 I believe :slightly_smiling_face:.
Maybe related to #279