This commit is contained in:
RyanZim 2017-09-12 18:56:28 -04:00
parent ef9ade4929
commit 1dd5c18e2e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
4.0.2 / 2017-09-12
------------------
- Added `EOL` option to `writeJson*` & `outputJson*` (via upgrade to jsonfile v4)
- Added promise support to [`fs.copyFile()`](https://nodejs.org/api/fs.html#fs_fs_copyfile_src_dest_flags_callback) in Node 8.5+
- Added `.js` extension to `main` field in `package.json` for better tooling compatibility. [#485](https://github.com/jprichardson/node-fs-extra/pull/485)
4.0.1 / 2017-07-31
------------------

View File

@ -1,6 +1,6 @@
{
"name": "fs-extra",
"version": "4.0.1",
"version": "4.0.2",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"homepage": "https://github.com/jprichardson/node-fs-extra",
"repository": {