shama / napa

:wine_glass: A helper for installing stuff without a package.json with npm.
MIT License
412 stars 34 forks source link

Update Download module version #35

Closed msieurtoph closed 9 years ago

msieurtoph commented 9 years ago

Can you update the download module version and make the @3.2.0 in the available range ?

In actual version (@3.1.x), an old version of url-regex is used and it rejects this valid url : http://localhost:8081/nexus/content/sites/local-frontend-repository/github/angular-ui/bootstrap-bower-0.12.0.zip

The @3.2.0 uses the latest version of url-regex, and my url is now accepted.

Thx in advance.

msieurtoph commented 9 years ago

By the way, why don't you use the "compatible with" syntax ^3.0.0 ... instead of such a restrictif range.

Minor changes are just optimizations. These should be authorized. Don't you think ?

shama commented 9 years ago

Closing in favor of https://github.com/shama/napa/pull/36#issuecomment-66330439