deadfoxygrandpa / elm-test

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

0.4.0 not available via elm-get #10

Closed passy closed 9 years ago

passy commented 9 years ago

Sorry if I'm missing something really obvious, but has 0.4.0 been published to the central repository? If I try to run elm-get install deadfoxygrandpa/Elm-Test 0.4.0 I'm getting an error while 0.3.4 works just fine:

$ elm-get install deadfoxygrandpa/Elm-Test 0.4.0
Getting updates for repo deadfoxygrandpa/Elm-Test

Error: could not find version 0.4.0 on github.
$ elm-get install deadfoxygrandpa/Elm-Test 0.3.4
Getting updates for repo deadfoxygrandpa/Elm-Test
Checking out version 0.3.4
Success!
maxsnew commented 9 years ago

I'm not sure but there is a release for Elm 0.14 on package.elm-lang.org, and elm-get is being deprecated within the next few weeks so I don't think we'll bother doing this.

Also, if you really want it I think you can publish it yourself as long as the tag exists on github.

passy commented 9 years ago

@maxsnew Thank you for the answer. The install with elm-package works fine for me now. Only learned about elm-package a day ago or so. :)