Browse Source

Updated rimraf dependency. Closes #8

ci/travis-osximage v0.2.1
JP Richardson 12 years ago
parent
commit
f9bf9be64f
  1. 4
      CHANGELOG.md
  2. 4
      package.json

4
CHANGELOG.md

@ -1,3 +1,7 @@
0.2.1 / 2012-09-11
------------------
* Updated `rimraf` dep.
0.2.0 / 2012-09-10 0.2.0 / 2012-09-10
------------------ ------------------
* Rewrote module into JavaScript. (Must still rewrite tests into JavaScript) * Rewrote module into JavaScript. (Must still rewrite tests into JavaScript)

4
package.json

@ -1,6 +1,6 @@
{ {
"name": "fs-extra", "name": "fs-extra",
"version": "0.2.0", "version": "0.2.1",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package.", "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package.",
"homepage": [ "homepage": [
"https://github.com/jprichardson/node-fs-extra" "https://github.com/jprichardson/node-fs-extra"
@ -27,7 +27,7 @@
} }
], ],
"dependencies": { "dependencies": {
"rimraf": "1.0.x", "rimraf": "~2.0.2",
"ncp": "0.2.x", "ncp": "0.2.x",
"mkdirp": "0.3.x", "mkdirp": "0.3.x",
"jsonfile": "0.0.x" "jsonfile": "0.0.x"

Loading…
Cancel
Save