This commit is contained in:
JP Richardson 2015-10-25 11:00:35 -05:00
parent cae574f45a
commit c4e00adb45
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.26.0 / 2015-10-25
-------------------
- extracted the `walk()` function into its own module [`klaw`](https://github.com/jprichardson/node-klaw).
0.25.0 / 2015-10-24
-------------------
- now has a file walker `walk()`

View File

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