Remove unused exec:npmUpdate Grunt task (#20074)

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2016-06-04 21:55:28 -07:00
parent 10c9be114b
commit 36f2261b6f

View File

@ -327,9 +327,6 @@ module.exports = function (grunt) {
},
exec: {
npmUpdate: {
command: 'npm update'
}
},
buildcontrol: {