Browse Source

0.18.1

ci/travis-osximage 0.18.1
JP Richardson 10 years ago
parent
commit
8233772695
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,3 +1,8 @@
0.18.1 / 2015-04-15
-------------------
- improved windows support for `move()` a bit. https://github.com/jprichardson/node-fs-extra/commit/92838980f25dc2ee4ec46b43ee14d3c4a1d30c1b
- fixed a lot of tests for Windows (appveyor)
0.18.0 / 2015-03-31 0.18.0 / 2015-03-31
------------------- -------------------
- added `emptyDir()` and `emptyDirSync()` - added `emptyDir()` and `emptyDirSync()`

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fs-extra", "name": "fs-extra",
"version": "0.18.0", "version": "0.18.1",
"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.", "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", "homepage": "https://github.com/jprichardson/node-fs-extra",
"repository": { "repository": {

Loading…
Cancel
Save