slashinfty / tournament-organizer

JavaScript library for running tournaments
https://slashinfty.github.io/tournament-organizer/
MIT License
51 stars 18 forks source link

Install directly from github repository + export more files. #24

Closed giaunguyen2176 closed 5 months ago

giaunguyen2176 commented 5 months ago

Adding build directory will allow install directly from github repository. Adding more exported directory to package.json exports to allow usage of interfaces or other classes.

slashinfty commented 5 months ago

I've added new exports under tournament-organizer/interfaces and tournament-organizer/components, but I am not interested in publishing the dist/ for installation from GitHub.

Documentation is updated for new exports.