twilio / video-quickstart-js

A quickstart and code samples for Twilio Video JavaScript SDK. https://www.twilio.com/docs/video
Other
389 stars 337 forks source link

Update browserify version to fix complie error #214

Closed timmydoza closed 2 years ago

timmydoza commented 2 years ago

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

This PR updates some dependencies for this quickstart. Most notably it updates the browserify version, which was causing the issue reported here: #213

By upgrading the browserify version, the quickstart no longer throws an error during the build step.