We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b3d3f commit a5419d0Copy full SHA for a5419d0
History.md
@@ -1,3 +1,8 @@
1
+1.0.12 / 2021-08-10
2
+==================
3
+
4
+* Fix Application export - @craigparra
5
6
1.0.11 / 2021-08-10
7
==================
8
index.js
@@ -1,7 +1,7 @@
const Boot = require('./Boot');
const Application = require('./Application');
-// module.exports.Application = Application;
+module.exports.Application = Application;
module.exports.Boot = Boot;
module.exports.boot = Boot.boot;
module.exports.root = Boot.root;
package.json
@@ -1,6 +1,6 @@
{
"name": "@alt-javascript/boot",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "An Extensible Config & Logging Application Bootstrap Function",
"author": "Craig Parravicini",
"keywords": [
0 commit comments