aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-06-04 21:55:28 -0700
committerChris Rebert <[email protected]>2016-06-04 21:55:28 -0700
commit36f2261b6ffff5d4803317fc4fd231769f625295 (patch)
tree52e015cb432414b106c202ed42bb6166a5094782
parent10c9be114b9cb116601f2e67a9489b243d8768ef (diff)
downloadbootstrap-36f2261b6ffff5d4803317fc4fd231769f625295.tar.xz
bootstrap-36f2261b6ffff5d4803317fc4fd231769f625295.zip
Remove unused exec:npmUpdate Grunt task (#20074)
[skip sauce] [skip validator]
-rw-r--r--Gruntfile.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index e5d677d55..28fb1441a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -327,9 +327,6 @@ module.exports = function (grunt) {
},
exec: {
- npmUpdate: {
- command: 'npm update'
- }
},
buildcontrol: {