ianmackenzie / elm-units

Simple, safe and convenient unit types and conversions for Elm
https://package.elm-lang.org/packages/ianmackenzie/elm-units/latest/
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

Change elm-format version in travis to 0.8.1 #41

Closed lenards closed 5 years ago

lenards commented 5 years ago

Corrects version mismatch in .travis.yml with Contributing section.

Currently, the Contributing section in README.md states contributoIrs need to use elm-format version 0.8.1.

I thought perhaps 0.8.0 was used deliberately. I've looked in the history of commits for .travis.yml to determine if the 0.8.0 was used due to issues with the built-in support for Elm in Travis. It does not seem 0.8.1 has any known issues on the Travis platform (however, its' presence in the yml file might be indicating a desire to override - hinted at here in Travis docs).

lenards commented 5 years ago

📝 I realize this is totally trivial. I just noticed the discrepancy and thought I'd offer it up.

ianmackenzie commented 5 years ago

Ah, good catch, thanks!