Skip to content

Commit 4edbbe8

Browse files
committed
fix: corrected repo url in package.json
1 parent acd21e6 commit 4edbbe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-lite-youtube-embed",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A private by default, faster and cleaner YouTube embed component for React applications",
55
"type": "module",
66
"main": "dist/index.js",
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/ibrahimcesar/react-lite-youtube-embed.git"
17+
"url": "git+https://github.com/ibrahimcesar/react-lite-youtube-embed.git"
1818
},
1919
"author": {
2020
"name": "Ibrahim Cesar",

0 commit comments

Comments
 (0)