deadfoxygrandpa / elm-test

A unit testing framework for Elm
MIT License
204 stars 21 forks source link

Missing field elm-version #17

Closed mgold closed 9 years ago

mgold commented 9 years ago

Trying to update a library that depends on this one for 0.15. I'm getting an error:

$ elm-package install

Error: Unable to get elm-package.json for deadfoxygrandpa/Elm-Test 1.0.3
Missing field "elm-version", acceptable versions of the Elm Platform (e.g. "0.15.0 <= v < 0.16.0").
    Check out an example elm-package.json file here:
    <https://github.com/evancz/elm-html/blob/master/elm_dependencies.json>

Broken example link aside, please add "elm-version": "0.15.0 <= v < 0.16.0" to elm-package.json and bump the version.

deadfoxygrandpa commented 9 years ago

Sorry, I'm just getting back into everything after being away for a while. Was this resolved?

On Tue, May 5, 2015 at 6:46 AM, Max Goldstein notifications@github.com wrote:

Closed #17 https://github.com/deadfoxygrandpa/Elm-Test/issues/17.

— Reply to this email directly or view it on GitHub https://github.com/deadfoxygrandpa/Elm-Test/issues/17#event-296724125.

maxsnew commented 9 years ago

Yeah this should be sorted out with the new release