From 3c958a3161090ded8e165836cd50e69a9d0bbcc1 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Sat, 12 Oct 2013 16:16:39 -0500 Subject: [PATCH] updated to the latest `jsonfile` version `1.1.0` which gives `options` params for the JSON methods. Closes #32 --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a15c493..50568c3 100755 --- a/package.json +++ b/package.json @@ -2,9 +2,7 @@ "name": "fs-extra", "version": "0.7.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" - , + "homepage": "https://github.com/jprichardson/node-fs-extra", "repository": { "type": "git", "url": "https://github.com/jprichardson/node-fs-extra" @@ -41,7 +39,7 @@ "dependencies": { "ncp": "~0.4.2", "mkdirp": "0.3.x", - "jsonfile": "~1.0.1", + "jsonfile": "~1.1.0", "rimraf": "~2.2.0" }, "devDependencies": {