- Fix typos in
README.md
.
- Fix
delimiter.left
string inREADME.md
.
- Support custom options. (
delimiters
is the only one supported for now)
- Support node.js versions
>= 10.12.0
- Default to the public path if the
target_dir
is not specified or is an empty string. - Force the
target_dir
to be inside the public path. - Create the
target_dir
if it does not exist.
- deleted package-lock.json to avoid installing old dependency versions (with potential bugs and vulnerabilities) when running npm install.
- Throw an error to alert the user when the provided src pattern didn't yield any results.