From 551f45d9c218f8df8c243c4084b1764b662045f3 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 12:47:09 -0700 Subject: [PATCH] bump fs.extra --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e23b0d..1b870e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "desirae", - "version": "0.9.1", + "version": "0.9.2", "description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc", "main": "desirae.js", "scripts": { @@ -32,7 +32,7 @@ "bluebird": "^2.5.3", "escape-string-regexp": "^1.0.2", "foreachasync": "^5.0.5", - "fs.extra": "^1.2.1", + "fs.extra": "^1.3.2", "js-yaml": "^3.2.5", "markdown-it": "^3.0.2", "mkdirp": "^0.5.0",