From cfcf3138c3c083eab1b762fc6bbfb3fbd2569e5c Mon Sep 17 00:00:00 2001 From: RyanZim Date: Wed, 15 Mar 2017 16:18:50 -0400 Subject: [PATCH] 2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc4822a5..38d9a1c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra", - "version": "2.1.0", + "version": "2.1.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": {