kevva / elm-bin

elm-platform bin-wrapper that makes it seamlessly available as a local dependency
MIT License
18 stars 5 forks source link

Install `elm` binary, too #12

Closed passy closed 9 years ago

passy commented 9 years ago

Fixes #11

This is a breaking change as it updates all exported symbols. I removed the elm- prefixing magic as it would have been cumbersome to handle the unprefixed elm special case.

Luckily, the elm binary is already included in the vendor packages.

Review on Reviewable

kevva commented 9 years ago

:+1: Looks good to me. Removing the prefixing magic also makes it more verbose and clear which is a plus in my book.