]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unused exec:npmUpdate Grunt task (#20074)
authorChris Rebert <github@chrisrebert.com>
Sun, 5 Jun 2016 04:55:28 +0000 (21:55 -0700)
committerChris Rebert <github@chrisrebert.com>
Sun, 5 Jun 2016 04:55:28 +0000 (21:55 -0700)
[skip sauce]
[skip validator]

Gruntfile.js

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