mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Build: don't update bower version. See #941
This commit is contained in:
parent
bb6d321c81
commit
66f1cf5b4f
@ -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 ] ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user