X-Git-Url: http://git.squeep.com/?p=squeep-mystery-box;a=blobdiff_plain;f=index.js;fp=index.js;h=43cb295533a0661ec8e5583aefd8ceee8e4e9f1a;hp=edc09e18582de7c4ac364490a4ada6e349e75a6e;hb=db1b282631d29b21ca028ce39d8bb84a232612c3;hpb=5ce60de5e64a735e575fb02cf8944d1b1d4f000c diff --git a/index.js b/index.js index edc09e1..43cb295 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,9 @@ 'use strict'; const MysteryBox = require('./lib/mystery-box'); +const { MysteryBoxError } = require('./lib/errors'); module.exports = { MysteryBox, + MysteryBoxError, };