Browse Source

0.13.0

ci/travis-osximage 0.13.0
JP Richardson 10 years ago
parent
commit
760efd6c2c
  1. 2
      CHANGELOG.md
  2. 2
      package.json

2
CHANGELOG.md

@ -1,4 +1,4 @@
0.13.0 / 2014-xx-yy
0.13.0 / 2014-12-10
-------------------
- removed `touch` and `touchSync` methods
- updated `"ncp": "^0.6.0"` to `"ncp": "^1.0.1"`

2
package.json

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

Loading…
Cancel
Save