@after-work.js/utils
Advanced tools
Comparing version 5.0.0-beta.0 to 5.0.0-beta.1
{ | ||
"name": "@after-work.js/utils", | ||
"version": "5.0.0-beta.0", | ||
"version": "5.0.0-beta.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -74,7 +74,4 @@ const fs = require('fs'); | ||
} | ||
return opt; | ||
}, | ||
coerceTsc(opt) { | ||
if (typeof opt === 'string') { | ||
return importCwd('typescript'); | ||
if (typeof opt.typescript === 'string') { | ||
opt.typescript = importCwd.silent(opt.typescript); // eslint-disable-line no-param-reassign | ||
} | ||
@@ -81,0 +78,0 @@ return opt; |
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
2684
78