@travetto/base
Advanced tools
Comparing version 0.0.48 to 0.0.49
@@ -16,3 +16,3 @@ const fs = require('fs'); | ||
} else { | ||
module.exports = startup.bootstrap.bind(startup); | ||
module.exports = startup.run.bind(startup); | ||
} |
@@ -22,3 +22,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.48" | ||
"version": "0.0.49" | ||
} |
@@ -32,3 +32,3 @@ import { AppEnv } from './env'; | ||
export async function bootstrap() { | ||
export async function run() { | ||
for (const i of initializers) { | ||
@@ -35,0 +35,0 @@ await i.action(); |
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
13061