Skip to content

Commit

Permalink
Update mediasoup-client on install.
Browse files Browse the repository at this point in the history
Fixes #5.
  • Loading branch information
michaelfig committed Apr 5, 2019
1 parent 167b4ec commit b1c568a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 22 deletions.
4 changes: 2 additions & 2 deletions app/mediasoup-client.js

Large diffs are not rendered by default.

58 changes: 40 additions & 18 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "mediasoup-broadcast-example",
"version": "1.2.9",
"version": "1.2.10",
"description": "Sample WebRTC broadcast client/server for the Mediasoup SFU.",
"main": "server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "curl -o app/mediasoup-client.js https://raw.githubusercontent.com/versatica/mediasoup-client/v2/dist/mediasoup-client.js"
},
"author": "michael@fig.org",
"license": "ISC",
Expand Down

0 comments on commit b1c568a

Please sign in to comment.