Skip to content

Commit bb31945

Browse files
author
craig
committed
1.0.9 / 2021-08-02
================== * Export test function - @craigparra
1 parent f080737 commit bb31945

File tree

4 files changed

+9552
-1
lines changed

4 files changed

+9552
-1
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.9 / 2021-08-02
2+
==================
3+
4+
* Export test function - @craigparra
5+
16
1.0.8 / 2021-08-02
27
==================
38

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ const Boot = require('./Boot');
33
module.exports.Boot = Boot.Boot;
44
module.exports.boot = Boot.boot;
55
module.exports.root = Boot.root;
6+
module.exports.test = Boot.test;

0 commit comments

Comments
 (0)