initial commit
[squeep-mystery-box] / index.js
diff --git a/index.js b/index.js
new file mode 100644 (file)
index 0000000..edc09e1
--- /dev/null
+++ b/index.js
@@ -0,0 +1,7 @@
+'use strict';
+
+const MysteryBox = require('./lib/mystery-box');
+
+module.exports = {
+  MysteryBox,
+};