build-for-cjs
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
const project = new tsmorph.Project({ | ||
tsConfigFilePath: process.argv[1], | ||
tsConfigFilePath: process.argv[2], | ||
}) | ||
@@ -47,2 +47,4 @@ | ||
}) | ||
require('./test.js') | ||
} else { | ||
@@ -49,0 +51,0 @@ throw err |
{ | ||
"name": "build-for-cjs", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,3 @@ | ||
if (!require('../../../')) { | ||
if (!require('../../')) { | ||
throw new Error('no exports found!') | ||
} |
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
2547
48