mdgriffith / elm-animator

A timeline-based animation engine for Elm
https://package.elm-lang.org/packages/mdgriffith/elm-animator/latest/
BSD 3-Clause "New" or "Revised" License
133 stars 14 forks source link

Rename Animator.CSS.elm to Animator.Css.elm #3

Closed jfmengels closed 4 years ago

jfmengels commented 4 years ago

Without this, you can't use elm diff or elm-doc-preview on case-sensitive OSes like Linux. Anywhere in the code and the docs it is imported as Animator.Css anyway.

I'm very surprised that you could publish the package with the current casing :thinking:

mdgriffith commented 4 years ago

Oh whoa. Huh. I made that change a while ago and on my machine it's Css.elm 🤔 I guess cause it's mac it didn't detect the case change?

Though do we know if the package still works?

jfmengels commented 4 years ago

I haven't tried using the package, but the docs.json shows a Animator.Css, so that all looks good.

I guess cause it's mac it didn't detect the case change?

That would be my guess too :man_shrugging: