From 36f2261b6ffff5d4803317fc4fd231769f625295 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 4 Jun 2016 21:55:28 -0700 Subject: [PATCH] Remove unused exec:npmUpdate Grunt task (#20074) [skip sauce] [skip validator] --- Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e5d677d551..28fb1441af 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -327,9 +327,6 @@ module.exports = function (grunt) { }, exec: { - npmUpdate: { - command: 'npm update' - } }, buildcontrol: {