Skip to content

Commit 0eadebb

Browse files
authored
Need to uncapitalize all of the Ps, not just in Wordpress (#88)
Signed-off-by: Joe Dolson <design@joedolson.com>
1 parent a688118 commit 0eadebb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"5": {
2828
"type": "vcs",
29-
"url": "https://github.com/ProgressPlanner/pp-glossary"
29+
"url": "https://github.com/progressplanner/pp-glossary"
3030
},
3131
"6": {
3232
"type": "vcs",
@@ -52,7 +52,7 @@
5252
"ocean90/public-post-preview": "^3.0",
5353
"humanmade/s3-uploads": "^3.0",
5454
"fastly/wordpress-plugin": "^1.2.29",
55-
"ProgressPlanner/pp-glossary": "^1.2.0"
55+
"progressplanner/pp-glossary": "^1.2.0"
5656
},
5757
"extra": {
5858
"installer-paths": {

0 commit comments

Comments
 (0)