From 66f1cf5b4ff80eea0b6349e7822c5a3bd1226533 Mon Sep 17 00:00:00 2001 From: Mottie Date: Fri, 12 Jun 2015 21:19:23 -0500 Subject: [PATCH] Build: don't update bower version. See #941 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ccff1a26..f0e93a38 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -383,7 +383,7 @@ module.exports = function( grunt ) { // update bower.json & tablesorter.jquery.json file version numbers to match the package.json version grunt.registerTask( 'updateManifest', function() { var i, project, - projectFile = [ 'tablesorter.jquery.json', 'bower.json' ], + projectFile = [ 'tablesorter.jquery.json' ], len = projectFile.length; for ( i = 0; i < len; i++ ) { if ( !grunt.file.exists( projectFile[ i ] ) ) {