alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Add support for hosted public modules on GitHub (rebirth) #116

Closed rase- closed 8 years ago

rase- commented 8 years ago

Done through the current tarball implementation, where the directUrl is transformed to a tarball url.

Also cleaned up some unused stuff in the current tarball resolve implementation.

mgcrea commented 8 years ago

Is there a reason why this isn't being considered? Can't really use ied without this, as some published npm packages do use github deps and I don't have control over these.

mgcrea commented 8 years ago

Landed in e8ff2942ec4d72a888d503af0e1e732460da535b. Please test against master to check if all your use cases are properly handled. Thanks!