@travetto/base
Advanced tools
Comparing version 0.0.75 to 0.0.76
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
//Simple bootstrap to load compiler | ||
const json = ts.readJsonConfigFile(`./tsconfig.json`, ts.sys.readFile); | ||
const json = ts.readJsonConfigFile(`../tsconfig.json`, ts.sys.readFile); | ||
const opts = ts.parseJsonSourceFileConfigFileContent(json, ts.sys, process.cwd()).options; | ||
@@ -16,3 +16,3 @@ | ||
const { PhaseManager } = require('./src/phase'); | ||
const { PhaseManager } = require('../src/phase'); | ||
const mgr = new PhaseManager('bootstrap'); | ||
@@ -19,0 +19,0 @@ mgr.load(); |
@@ -22,3 +22,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.75" | ||
"version": "0.0.76" | ||
} |
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
29174