libcord-tech / gauntlet

A keybinding tool for defending quickly in NationStates.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Include compiled JavaScript #4

Closed esfalsa closed 1 year ago

esfalsa commented 1 year ago

This PR includes the compiled JavaScript code for Gauntlet so that users can install it without needing TypeScript installed on their systems. Uploading the compiled code to a GitHub release would probably be more elegant, but this was a bit easier for me 😛 — I'm fine with either approach since ideally we'd (semi-)automate releases in the future anyway.

This PR compiled the source code as of 148c35b87ed265ad12f431e900821ddd4a80a526 with TypeScript v4.9.4 (the latest version at time of writing).

roavin commented 1 year ago

Making a release is surely preferable here. It's possible to just upload the final packaged thing to Github as-is.