@akilio/app-kit
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -24,3 +24,3 @@ let Wrapper = require('./wrap'); | ||
static start(loader, config = {}, api = {}) { | ||
Application.getInstance(loader).init( | ||
return Application.getInstance(loader).init( | ||
_.defaultsDeep(loader.getResource("config", loader.mode) || {}, config), | ||
@@ -27,0 +27,0 @@ _.defaultsDeep(loader.getResource("api") || {}, api), |
{ | ||
"name": "@akilio/app-kit", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Resource loader for API based applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16846