Skip to content

Commit 1d82b97

Browse files
committed
Fix URLs in package.json
1 parent 9e4cac9 commit 1d82b97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/Mafalda-SFU/scalabilityModesUtils.git"
12+
"url": "git+https://github.com/Mafalda-SFU/Mediasoup-scalabilityModesUtils.git"
1313
},
1414
"keywords": [
1515
"Mediasoup",
@@ -24,9 +24,9 @@
2424
"author": "Jesús Leganés-Combarro 'piranna' <piranna@gmail.com>",
2525
"license": "ISC",
2626
"bugs": {
27-
"url": "https://github.com/Mafalda-SFU/scalabilityModesUtils/issues"
27+
"url": "https://github.com/Mafalda-SFU/Mediasoup-scalabilityModesUtils/issues"
2828
},
29-
"homepage": "https://github.com/Mafalda-SFU/scalabilityModesUtils#readme",
29+
"homepage": "https://github.com/Mafalda-SFU/Mediasoup-scalabilityModesUtils#readme",
3030
"devDependencies": {
3131
"tar-stream": "^3.1.7",
3232
"typescript": "^5.8.2"

0 commit comments

Comments
 (0)