elm-make
elm-make copied to clipboard
elm-make ignores elm-version field in elm-package.json
For example, using Elm 0.16, it is possible to use elm-make
on a project that has an elm-package.json
stating "elm-version": "0.15.0 <= v < 0.16.0"
. That doesn't seem a good idea to allow (think: developers thus forgetting to update the elm-version
field before uploading to the package site). Or is there any use case where this is intended?
Is this still true with 0.17.1?
Yes, this is still true with 0.17.1.