projects
/
squeep-mystery-box
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bump package version to 1.0.6
[squeep-mystery-box]
/
index.js
1
'use strict'
;
2
3
const
MysteryBox
=
require
(
'./lib/mystery-box'
);
4
5
module
.
exports
= {
6
MysteryBox
,
7
};