Closed KarolisL closed 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.
:npm { :private false }
:npm { :license }
:npm { :repository }
lein deps
how about support link command too
link
@fwchen contributions after welcome
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 runninglein deps
.