v4.0.0
Breaking:
- Version 3 switched the
cwd
default fromprocess.cwd()
to__dirname
. This change has been reverted andcwd
will once again default toprocess.cwd()
.
Breaking:
cwd
default from process.cwd()
to __dirname
. This change has been reverted and cwd
will once again default to process.cwd()
.