From b66a911a039f884bbf3b13400673ab32e5582fe0 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 27 Jun 2013 21:37:13 +0200 Subject: [PATCH] Update deps. --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a1853e944..9bf70810d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -105,7 +105,7 @@ module.exports = function(grunt) { build: ['build-crx', 'build-userjs', 'build-userscript'] }, bump: { - options: { + options: { updateConfigs: ['pkg'], commit: false, createTag: false, diff --git a/package.json b/package.json index 2d242f7fb..693013090 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "grunt-contrib-concat": "~0.3.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-watch": "~0.4.4", - "grunt-shell": "~0.2.2" + "grunt-shell": "~0.3.0" }, "repository": { "type": "git",