Open dynajoe opened 8 years ago
This is only possible if you published with a pre-0.16 version of Elm. Don't do that. :smile:
I had concluded that you must have been using a pre-0.16 version from the facts that:
elm-package
checks for.But meanwhile I learned/noticed two things:
elm-package
should certainly check for duplication, i.e., not allow two packages like above to both be published independently.There's a difference between the following two files:
Clearly, there shouldn't be. So this looks like another error, independent from the capitalization issue.
The problem from the last point above might be caused by any of: https://github.com/elm-lang/elm-package/issues/106, https://github.com/elm-lang/elm-package/issues/110, https://github.com/elm-lang/elm-package/issues/138.
I was able to publish two of the same package with different casing (and in this order):
http://package.elm-lang.org/packages/JOEANDAVERDE/flex-html/1.0.0/
http://package.elm-lang.org/packages/joeandaverde/flex-html/1.0.0/
It detected the second package as being new.