Browse Source

0.18.2

ci/travis-osximage 0.18.2
JP Richardson 10 years ago
parent
commit
f5c86938af
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,3 +1,7 @@
0.18.2 / 2015-04-17
-------------------
- bugfix: allow `F_OK` (https://github.com/jprichardson/node-fs-extra/issues/120)
0.18.1 / 2015-04-15
-------------------
- improved windows support for `move()` a bit. https://github.com/jprichardson/node-fs-extra/commit/92838980f25dc2ee4ec46b43ee14d3c4a1d30c1b

2
package.json

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

Loading…
Cancel
Save