Releases: joeldenning/narn
Releases · joeldenning/narn
v1.8.0
Features
- Add support for
narn install --frozen-lockfile
(0a14778 #17)
v1.7.0
Features
- Support for
yarn create thing
commands (#14, #16)
v1.6.1
Features
- Added support for
pnpm
(#12, #14)
v1.6.0
** Errant publish to npm. Please use v1.6.1 instead **
v1.5.2
Fixes
- Fixing bug where
minimist
was assumed to be globally installed
v1.5.1
Fixes
- Always running
ncu
for upgrade-interactive
in npm projects. It's not a perfect match, but at least is interactive. (cf20b92)
v1.5.0
Features
narn publish
now works in npm projects with a yarn-like interactive publish (via np). (7da20d7)
v1.4.2
Fixes
- Fix problem where
&&
was being misinterpreted (ed3da87)
v1.4.1
Fixes
- Fix problem where
ncu npm
was been spawned (e20e031)
v1.4.0
Features
- Support for
narn upgrade-interactive
and narn upgrade-interactive --latest
(1293fc1)