matthojo / videojs-Background

Allows for videos to be displayed as a full background to any element.
MIT License
77 stars 41 forks source link

npm fix for bad path in package.json #21

Closed truetone closed 7 years ago

truetone commented 7 years ago

The path in the package.json file is not correct. The change below fixes errors with using

require("videojs-Background");

This fixed things for me using Browserify. I suspect you could close #17 after merging this small change.

matthojo commented 7 years ago

Thank you