Skip to content

Commit

Permalink
Merge pull request #387 from kevindhanna/develop
Browse files Browse the repository at this point in the history
add local packages as dependencies for werift-webrtc
  • Loading branch information
shinyoshiaki authored May 31, 2024
2 parents 1339e73 + e8b13b5 commit ed8f7db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 8 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion packages/webrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@
"rx.mini": "^1.2.2",
"turbo-crc32": "^1.0.1",
"tweetnacl": "^1.0.3",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"werift-common": "*",
"werift-dtls": "*",
"werift-rtp": "*",
"werift-sctp": "*",
"werift-ice": "*"
},
"devDependencies": {
"@types/aes-js": "^3.1.1",
Expand Down

0 comments on commit ed8f7db

Please sign in to comment.