truqu / elm-oauth2

OAuth 2.0 client-side utils in Elm
MIT License
81 stars 29 forks source link

Update truqu/elm-base64 #9

Closed razzeee closed 6 years ago

razzeee commented 6 years ago

Can you please update truqu/elm-base64

I'm using this package and want to use elm-jwt which also uses elm-base64 but in a newer version. So they clash and I can't install it to my elm-package.json

"truqu/elm-base64": "2.0.0 <= v < 3.0.0"

https://github.com/simonh1000/elm-jwt/blob/5.3.0/elm-package.json

KtorZ commented 6 years ago

Done :+1:

http://package.elm-lang.org/packages/truqu/elm-oauth2/2.2.1

( PRs are truly welcome for that kind of stuff :smile: ! )

razzeee commented 6 years ago

Sorry, didn't feel up to the task. Libraries are still on my todo list with elm, but so far I don't really know where to start :)

But your changes seem quiet trivial.