3.1.8
- Moves to AirBnB styleguide over XO
- Updates codebase to use ES Modules
- Uses a
default
export to avoid the need forrequire('get-video-id').default
in CJS imports - moves each video service to a new module
- Exports a CJS and UMD module
default
export to avoid the need for require('get-video-id').default
in CJS imports