This commit is contained in:
JP Richardson 2016-01-05 23:36:59 -06:00
parent cfcda358d8
commit efce5fe00e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.26.4 / 2016-01-05
-------------------
- `copySync()` made `preserveTimestamps` default consistent with `copy()` which is `false`. See: https://github.com/jprichardson/node-fs-extra/pull/208
0.26.3 / 2015-12-17
-------------------
- fixed `copy()` hangup in copying blockDevice / characterDevice / `/dev/null`. See: https://github.com/jprichardson/node-fs-extra/issues/193

View File

@ -1,6 +1,6 @@
{
"name": "fs-extra",
"version": "0.26.3",
"version": "0.26.4",
"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": {