From b0cc31eaf80e09341729cf6ae6795a4d8eef2851 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Sat, 4 Mar 2017 10:58:07 -0500 Subject: [PATCH] fix: update fs-plus dependency to ^2.10.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08d98c1..b34eb5c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "first-mate": "^6.0.0", "first-mate-select-grammar": "^1.0.1", - "fs-plus": "~2.9.3", + "fs-plus": "^2.10.1", "once": "^1.3.2", "season": "^5.1.2", "underscore-plus": "^1.5.1",