Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2016-06-05 07:55:28 +0300
committerChris Rebert <github@chrisrebert.com>2016-06-05 07:55:28 +0300
commit36f2261b6ffff5d4803317fc4fd231769f625295 (patch)
tree52e015cb432414b106c202ed42bb6166a5094782 /Gruntfile.js
parent10c9be114b9cb116601f2e67a9489b243d8768ef (diff)
Remove unused exec:npmUpdate Grunt task (#20074)
[skip sauce] [skip validator]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 0 insertions, 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: {