v0.5.1
New Features:
- copies
index.html
to404.html
by default (avoids 404 errors on github pages), fixes #10 - new
--dry-run
option (gives detailed information about what would happen without doing anything)
Bugfix:
- the script exited with a warning:
Unhandled promise rejections are deprecated.
-- exits now with code 1 instead, fixes #11