Skip to content

Commit

Permalink
Merge branch 'main' of github.com:videojs/monorepo into add-hls-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dzianis-dashkevich committed Jan 10, 2025
2 parents 95f2cf4 + 278d4fb commit 35ebdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/prepare-size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ const result = ['dash-parser', 'hls-parser', 'playback', 'env-capabilities']
.reduce((acc, val) => acc.concat(val), []);

// eslint-disable-next-line no-console
console.log(result);
console.log(JSON.stringify(result));

0 comments on commit 35ebdbc

Please sign in to comment.