Skip to content

Commit a5419d0

Browse files
author
craigparra
committed
1.0.12 / 2021-08-10
================== * Fix Application export - @craigparra
1 parent f5b3d3f commit a5419d0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.12 / 2021-08-10
2+
==================
3+
4+
* Fix Application export - @craigparra
5+
16
1.0.11 / 2021-08-10
27
==================
38

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const Boot = require('./Boot');
22
const Application = require('./Application');
33

4-
// module.exports.Application = Application;
4+
module.exports.Application = Application;
55
module.exports.Boot = Boot;
66
module.exports.boot = Boot.boot;
77
module.exports.root = Boot.root;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/boot",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "An Extensible Config & Logging Application Bootstrap Function",
55
"author": "Craig Parravicini",
66
"keywords": [

0 commit comments

Comments
 (0)