From b84049344dae0c3599bc43f68e50e38af7fe353d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 2 Sep 2018 09:18:16 -0700 Subject: [PATCH] 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. --- js/webampLazy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/webampLazy.js b/js/webampLazy.js index 753f9acf..0fb88f08 100644 --- a/js/webampLazy.js +++ b/js/webampLazy.js @@ -228,4 +228,3 @@ class Winamp { } export default Winamp; -module.exports = Winamp;