File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.12 / 2021-08-10
2
+ ==================
3
+
4
+ * Fix Application export - @craigparra
5
+
1
6
1.0.11 / 2021-08-10
2
7
==================
3
8
Original file line number Diff line number Diff line change 1
1
const Boot = require ( './Boot' ) ;
2
2
const Application = require ( './Application' ) ;
3
3
4
- // module.exports.Application = Application;
4
+ module . exports . Application = Application ;
5
5
module . exports . Boot = Boot ;
6
6
module . exports . boot = Boot . boot ;
7
7
module . exports . root = Boot . root ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alt-javascript/boot" ,
3
- "version" : " 1.0.11 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"description" : " An Extensible Config & Logging Application Bootstrap Function" ,
5
5
"author" : " Craig Parravicini" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments