You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show friendly error message when non-hex deps are found. (#351)
* Show friendly error message when non-hex deps are found.
---------
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
Fix authentication to private repos `rebar3 hex user auth --repo [REP…
…O]` (#328)
* Fix authentication to private repos `rebar3 hex user auth --repo [REPO]`
* Set api_organization to undefined when it is not present
* Initialize api_repository to undefined if it is not present
Doc files must unpack relative to the current working directory (#298)
* Doc files must unpack to relative to the current working directory
- hexpm expects docs to be in ./ not ./doc
* Fix up shell code blacks and mark exported functions as private
* module doc fixups