Browse Source

v0.7.1

ci/travis-osximage v0.7.1
JP Richardson 11 years ago
parent
commit
513bdc8cb6
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,3 +1,8 @@
0.7.1 / 2013-10-12
------------------
* `copySync()` implemented (Srirangan / #33)
* updated to the latest `jsonfile` version `1.1.0` which gives `options` params for the JSON methods. Closes #32
0.7.0 / 2013-10-07
------------------
* update readme conventions

2
package.json

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

Loading…
Cancel
Save