Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit a0e93ff

Browse files
committed
Clean up 1.6 branch
1 parent e5efb11 commit a0e93ff

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
"license": "MIT",
55
"homepage": "https://github.com/xwp/wp-dev-lib",
66
"authors": [
7-
{
8-
"name": "Weston Ruter",
9-
"email": "[email protected]",
10-
"homepage": "https://weston.ruter.net"
11-
},
127
{
138
"name": "XWP",
14-
"email": "engage@xwp.co",
9+
"email": "technology@xwp.co",
1510
"homepage": "https://xwp.co"
1611
}
1712
],
1813
"keywords": [
19-
"WordPress"
14+
"wordpress",
15+
"plugins",
16+
"themes",
17+
"development",
18+
"tools"
2019
],
2120
"support": {
2221
"issues": "https://github.com/xwp/wp-dev-lib/issues",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-dev-lib",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Common code used during development of WordPress plugins and themes",
55
"repository": "xwp/wp-dev-lib",
66
"keywords": [

0 commit comments

Comments
 (0)