RyanMcG / lein-npm

Manage Node dependencies for CLJS projects
295 stars 43 forks source link

Publishing new release #66

Closed nenadalm closed 5 years ago

nenadalm commented 5 years ago

Hi. Can you publish new release? I am interested in https://github.com/RyanMcG/lein-npm/commit/8089dce3850c492eb7bc03498fd58fc7cc3575a9 and it looks like even though 0.7.0-rc2 is in releases (https://github.com/RyanMcG/lein-npm/releases) - it is not available:

$ lein npm install
Could not find artifact lein-npm:lein-npm:jar:0.7.0-rc2 in central (https://repo1.maven.org/maven2/)
Could not find artifact lein-npm:lein-npm:jar:0.7.0-rc2 in clojars (https://repo.clojars.org/)
RyanMcG commented 5 years ago

@nenadalm well, I finally got around to this 😬

https://clojars.org/lein-npm/versions/0.7.0-rc2

Happy coding!