Skip to content

Commit 9d58201

Browse files
authored
fix: repo url (#1709)
1 parent 3a0fbca commit 9d58201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/CookPete/react-player.git"
30+
"url": "git+https://github.com/cookpete/react-player.git"
3131
},
3232
"author": "Pete Cook (https://github.com/cookpete)",
3333
"license": "MIT",
3434
"bugs": {
35-
"url": "https://github.com/CookPete/react-player/issues"
35+
"url": "https://github.com/cookpete/react-player/issues"
3636
},
37-
"homepage": "https://github.com/CookPete/react-player",
37+
"homepage": "https://github.com/cookpete/react-player",
3838
"peerDependencies": {
3939
"react": ">=16.6.0"
4040
},

0 commit comments

Comments
 (0)