File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,4 @@ Please follow the [WordPress coding standards](https://make.wordpress.org/core/h
86
86
- 0.4.0 - add upload_patch, add support for github urls
87
87
- 0.4.1 - Remove Mocha as a peerdendency
88
88
- 0.4.2 - set ` cmd-diff ` to ` diff ` for svn
89
+ - 1.0.0 - Add filemapping option. Bump minimum node version. Change code style. Update tooling.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-patch-wordpress" ,
3
3
"description" : " Patch your core WordPress" ,
4
- "version" : " 0.4.2 " ,
5
- "homepage" : " https://github.com/aaronjorbin /grunt-patch-wordpress" ,
4
+ "version" : " 1.0.0 " ,
5
+ "homepage" : " https://github.com/wordpress /grunt-patch-wordpress" ,
6
6
"author" : {
7
7
"name" : " Aaron Jorbin" ,
8
8
9
9
"url" : " http://aaron.jorb.in"
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git://github.com/aaronjorbin /grunt-patch-wordpress.git"
13
+ "url" : " git://github.com/wordpress /grunt-patch-wordpress.git"
14
14
},
15
15
"bugs" : {
16
- "url" : " https://github.com/aaronjorbin /grunt-patch-wordpress/issues"
16
+ "url" : " https://github.com/wordpress /grunt-patch-wordpress/issues"
17
17
},
18
18
"license" : " MIT" ,
19
19
"main" : " Gruntfile.js" ,
You can’t perform that action at this time.
0 commit comments