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=6c9e123b3c10ef5caafc1a5f352a4705a8579ca9;hpb=2ef5f9c74d92c8eb8cc0bd03fecc9d1a1d306489 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, };