RyanMcG / lein-npm

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

Support npm publish and non-private repos #49

Closed KarolisL closed 7 years ago

KarolisL commented 7 years ago

This solves #48.

This allows to have non-private repo (by specifying :npm { :private false }, Also adds ability to specify :npm { :license } and :npm { :repository } in order to silence npm warnings when running lein deps.

can-cc commented 7 years ago

how about support link command too

RyanMcG commented 7 years ago

@fwchen contributions after welcome