videojs / videojs-playlist

Playlist plugin for videojs
Other
361 stars 123 forks source link

Docs have been updated to v. 6.x but npm still has v. 5.x? #263

Open vhiltunen opened 1 month ago

vhiltunen commented 1 month ago

Description

It seems that currently docs have already been updated to the most recent version 6.x while in npm the available version is still 5.x which means that you can't get things to work following the readme. Could someone please update the available version in npm to the latest too?

Steps to reproduce

  1. Follow the basic usage instructions from readme.

Results

Expected

Everything works when you follow the instructions.

Actual

Nothing works and errors happen since the versions do not match.

Error output

"player.playlistPlugin is not a function" etc as changes are breaking.

nickrogerson1 commented 1 week ago

There should be a warning somewhere for this as I just wasted an hour trying to figure out what was going on.