- fix: add suffix when write back
- fix: UNMET DEPENDENCY and version error
- fix: checking global installed packages correctly
- use nofs directly instead of nokit
- fix: lock-all don't lock
- use
--lock-all
to lock a*
version - fix typo
- fix stupid mistakes
- Fix: When no package is installed,
package.json
is not able to be overwritten when flagwhiteback
is set.
- Support checking and update global packages.
- If the version is
*
inpackage.json
, it will never be overwritten, even the flaglock
is set.
- Add
-v
flag to display the current version. - Add a newline at the end of
package.json
after writing back.
I am sorry that the version is bumped from 0.1.0 to 1.0.1 by mistake.
- npm-up is much more powerful.
- Support command line arguments.