Comparing version 1.8.1 to 1.8.2
@@ -110,3 +110,3 @@ import { relative, resolve } from 'node:path/posix'; | ||
else { | ||
if (c) | ||
if (c && c.main !== false) | ||
delete c.main; | ||
@@ -113,0 +113,0 @@ delete pkg.main; |
{ | ||
"name": "tshy", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "TypeScript HYbridizer - Hybrid (CommonJS/ESM) TypeScript node package builder", | ||
@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", |
Sorry, the diff of this file is not supported yet
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
167904