From 60a668f7dab12ba06f7616ae6433bc78ebf67ef5 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 29 Apr 2014 14:39:44 +0200 Subject: [PATCH] Update deps. --- Gruntfile.coffee | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 64a932158..cc3407f34 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -83,10 +83,6 @@ module.exports = (grunt) -> createTag: false push: false shell: - options: - stdout: true - stderr: true - failOnError: true checkout: command: 'git checkout <%= pkg.meta.mainBranch %>' commit: diff --git a/package.json b/package.json index 602226ba1..b769235f3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "grunt-contrib-concat": "~0.4.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-watch": "~0.6.1", - "grunt-shell": "~0.6.4", + "grunt-shell": "~0.7.0", "load-grunt-tasks": "~0.4.0" }, "repository": {