Skip to content

Commit f281dd4

Browse files
committed
Update: composer type changed from wordpress-plugin to library.
1 parent 8d35396 commit f281dd4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "wp-bootstrap/wp-bootstrap-navwalker",
33
"description": "A custom WordPress nav walker class to fully implement the Bootstrap 3.0+ navigation style in a custom theme using the WordPress built in menu manager.",
4-
"type": "wordpress-plugin",
4+
"type": "library",
55
"license": "GPL-3.0+",
66
"authors": [
77
{
88
"name": "Brandon Hubbard"
9-
}
9+
},
10+
{
11+
"name": "William Patton",
12+
"email": "[email protected]"
13+
}
1014
],
15+
"support": {
16+
"issues": "https://github.com/wp-bootstrap/wp-bootstrap-navwalker/issues/",
17+
"source": "https://github.com/wp-bootstrap/wp-bootstrap-navwalker/"
18+
},
1119
"require": {
1220
"composer/installers": "~1.0"
1321
},

0 commit comments

Comments
 (0)