From d0a44284eb35ddeb6966f7c924f69c97de45a20a Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Mon, 29 Jan 2018 21:56:50 -0800 Subject: [PATCH] feat: bump shelljs to expose new features This bumps shelljs to v0.8.1. Fixes #125 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b10ff8a..ceebf74 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,6 @@ "dependencies": { "es6-object-assign": "^1.0.3", "minimist": "^1.2.0", - "shelljs": "^0.7.3" + "shelljs": "^0.8.1" } }