initial commit v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Oct 2021 18:46:44 +0000 (11:46 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Oct 2021 18:46:44 +0000 (11:46 -0700)
commit044615f53bacdc366b44941218d808c549607469
tree93f4689c3886af0d941486637c6ebfb3e4b659fd
parentce8cea8bfb4aec2505d8bd45e4e8b59636f64bf9
initial commit
13 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
README.md [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/common.js [new file with mode: 0644]
lib/mystery-box.js [new file with mode: 0644]
lib/version-parameters.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/lib/common.js [new file with mode: 0644]
test/lib/mystery-box.js [new file with mode: 0644]
test/stub-logger.js [new file with mode: 0644]