X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=index.js;fp=index.js;h=edc09e18582de7c4ac364490a4ada6e349e75a6e;hb=044615f53bacdc366b44941218d808c549607469;hp=0000000000000000000000000000000000000000;hpb=ce8cea8bfb4aec2505d8bd45e4e8b59636f64bf9;p=squeep-mystery-box diff --git a/index.js b/index.js new file mode 100644 index 0000000..edc09e1 --- /dev/null +++ b/index.js @@ -0,0 +1,7 @@ +'use strict'; + +const MysteryBox = require('./lib/mystery-box'); + +module.exports = { + MysteryBox, +};