From d5f11003e3fefbae2baa1fdd078e08970f6e0b18 Mon Sep 17 00:00:00 2001 From: Goh Jia Hao Date: Thu, 26 May 2016 23:07:15 +0800 Subject: [PATCH] Update shelljs to v0.7.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 65ff010..b014ea7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "progress": "^1.1.8", "request": "^2.67.0", "sanitize-filename": "^1.5.3", - "shelljs": "^0.5.3", + "shelljs": "^0.7.0", "source-map-support": "^0.4.0", "tmp": "0.0.28", "validator": "^4.5.0" @@ -79,7 +79,7 @@ "lodash": "^4.0.0", "require-dir": "^0.3.0", "run-sequence": "^1.1.5", - "shelljs": "^0.5.3", + "shelljs": "^0.7.0", "tmp": "0.0.28", "webpack-stream": "^3.1.0" }