Skip to:
Content

BuddyPress.org

Ticket #6923: 6923.3.diff

File 6923.3.diff, 755 bytes (added by DJPaul, 8 years ago)
  • Gruntfile.js

    diff --git a/Gruntfile.js b/Gruntfile.js
    index c69d53e..f99663a 100644
    a b module.exports = function( grunt ) { 
    248248                        options: {
    249249                                tracUrl: 'buddypress.trac.wordpress.org'
    250250                        }
     251                },
     252                upload_patch: {
     253                        options: {
     254                                tracUrl: 'buddypress.trac.wordpress.org'
     255                        }
    251256                }
    252257        });
    253258
  • package.json

    diff --git a/package.json b/package.json
    index 3db457c..5453c76 100644
    a b  
    1818    "grunt-check-dependencies": "~0.12.0",
    1919    "grunt-jsvalidate": "~0.2.2",
    2020    "grunt-legacy-util": "^0.2.0",
    21     "grunt-patch-wordpress": "~0.3.0",
     21    "grunt-patch-wordpress": "~0.4.0",
    2222    "grunt-rtlcss": "~2.0.1",
    2323    "grunt-sass": "~1.1.0",
    2424    "grunt-scss-lint": "~0.3.8",