From 90b6de1eff24b1033b199ed117794bb06601221f Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Mon, 18 May 2015 21:12:25 +0200 Subject: [PATCH] Fixed the ShellJS version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f473a8115..71557bc68 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "wintersmith": "~2.0.0", "moment": "~2.3.0", "underscore": "~1.4.0", - "shelljs": "~0.4.0", + "shelljs": "0.4.0", "typogr": "~0.5.0", "yargs": "~1.2.1" },