Elitezen / open-trivia-db-wrapper

A wrapper for the Open Trivia Database API. Built with TypeScript, works with VanillaJS.
https://opentdb.com
MIT License
6 stars 3 forks source link

fixed build for case-sensitive file system #4

Closed prli closed 1 year ago

prli commented 1 year ago

updated all the imports which was causing build failure as some file systems are case-sensitive.

Elitezen commented 1 year ago

Thanks for contributing!