diff --git a/Gruntfile.js b/Gruntfile.js
index c69d53e..f99663a 100644
a
|
b
|
module.exports = function( grunt ) { |
248 | 248 | options: { |
249 | 249 | tracUrl: 'buddypress.trac.wordpress.org' |
250 | 250 | } |
| 251 | }, |
| 252 | upload_patch: { |
| 253 | options: { |
| 254 | tracUrl: 'buddypress.trac.wordpress.org' |
| 255 | } |
251 | 256 | } |
252 | 257 | }); |
253 | 258 | |
diff --git a/package.json b/package.json
index 3db457c..5453c76 100644
a
|
b
|
|
18 | 18 | "grunt-check-dependencies": "~0.12.0", |
19 | 19 | "grunt-jsvalidate": "~0.2.2", |
20 | 20 | "grunt-legacy-util": "^0.2.0", |
21 | | "grunt-patch-wordpress": "~0.3.0", |
| 21 | "grunt-patch-wordpress": "~0.4.0", |
22 | 22 | "grunt-rtlcss": "~2.0.1", |
23 | 23 | "grunt-sass": "~1.1.0", |
24 | 24 | "grunt-scss-lint": "~0.3.8", |