summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2019-04-08 11:48:51 +0000
committerGitHub <noreply@github.com>2019-04-08 11:48:51 +0000
commitc19c72b937989c7028135cc85a1387cb5f778568 (patch)
treec537cd9c193a5c71422cfb5b3effdc27e466f29c
parent372cb4d858b664ef1e6dac88643ab88c1b751a75 (diff)
-rw-r--r--cards.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/cards.js b/cards.js
index aa2f538..31189e5 100644
--- a/cards.js
+++ b/cards.js
@@ -337,3 +337,7 @@ var cards = (function() {
};
})();
+if (typeof module !== 'undefined') {
+ module.exports = cards;
+}
+