Browse Source

0.16.2

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

4
CHANGELOG.md

@ -1,3 +1,7 @@
0.16.2 / 2015-01-28
-------------------
- fixed `fs.copy` for Node v0.8 (support is temporary and will be removed in the near future)
0.16.1 / 2015-01-28
-------------------
- if `setImmediate` is not available, fall back to `process.nextTick`

2
package.json

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