Skip to content

Commit 2284542

Browse files
authored
Merge pull request #60 from WordPress/release/1.0.0
Release/1.0.0
2 parents 84c714a + d3df363 commit 2284542

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ Please follow the [WordPress coding standards](https://make.wordpress.org/core/h
8686
- 0.4.0 - add upload_patch, add support for github urls
8787
- 0.4.1 - Remove Mocha as a peerdendency
8888
- 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.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "grunt-patch-wordpress",
33
"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",
66
"author": {
77
"name": "Aaron Jorbin",
88
"email": "[email protected]",
99
"url": "http://aaron.jorb.in"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git://github.com/aaronjorbin/grunt-patch-wordpress.git"
13+
"url": "git://github.com/wordpress/grunt-patch-wordpress.git"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/aaronjorbin/grunt-patch-wordpress/issues"
16+
"url": "https://github.com/wordpress/grunt-patch-wordpress/issues"
1717
},
1818
"license": "MIT",
1919
"main": "Gruntfile.js",

0 commit comments

Comments
 (0)