Skip to content

Commit

Permalink
Change Github dependency protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
havardholvik committed Feb 6, 2023
1 parent 8ec392d commit c94c3ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@swc/helpers": "^0.3.13",
"@whereby/jslib-media": "github:whereby/jslib-media",
"@whereby/jslib-media": "whereby/jslib-media.git",
"axios": "^1.2.3",
"btoa": "^1.2.1",
"heresy": "^1.0.4"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3643,9 +3643,9 @@
"@webassemblyjs/wast-parser" "1.9.0"
"@xtuc/long" "4.2.2"

"@whereby/jslib-media@github:whereby/jslib-media":
"@whereby/jslib-media@whereby/jslib-media.git":
version "0.1.0"
resolved "git+ssh://git@github.com/whereby/jslib-media.git#c1ac37dcbe7582feb3a218e3711ad4ddc4e4ad4a"
resolved "https://codeload.github.com/whereby/jslib-media/tar.gz/c1ac37dcbe7582feb3a218e3711ad4ddc4e4ad4a"
dependencies:
assert "^2.0.0"
mediasoup-client "^3.6.75"
Expand Down

0 comments on commit c94c3ab

Please sign in to comment.