v0.2.0
MartynasZilinskas
released this
08 Aug 08:20
·
3 commits
to master
since this release
- Changed backup file name from
package.bak.json
topackage.backup.json
. - Added incremental backup:
package.backup.json
,package.backup2.json
... - Added
--backup
,-b
argument. It can now override config. - By default backup is now
true
. - Changed from deprecated
optimist
dependency toyargs
. By using this dependency-h
changes to--help
and-v
to--version
only.