Remove module.exports

This was originally removed in https://github.com/captbaritone/webamp/pull/648

And accidentally re-added in https://github.com/captbaritone/webamp/pull/639 due to a bad rebase.
This commit is contained in:
Jordan Eldredge 2018-09-02 09:18:16 -07:00
parent 1bdb7d6345
commit b84049344d

View file

@ -228,4 +228,3 @@ class Winamp {
}
export default Winamp;
module.exports = Winamp;