Comparing version 1.1.20 to 1.2.0
@@ -239,2 +239,3 @@ #!/usr/bin/env node | ||
} | ||
pkg.exports['./package.json'] = './package.json'; | ||
if (typeof pkg.umd === 'string') { | ||
@@ -262,2 +263,4 @@ pkg.umd = `./${config.dir}/index.umd.js`; | ||
for (const id in pkg.exports) { | ||
if (id === './package.json') | ||
continue; | ||
const basename = id == '.' ? 'index' : path__default["default"].basename(id); | ||
@@ -264,0 +267,0 @@ if (typeof pkg.exports[id] !== 'object') { |
{ | ||
"version": "1.1.20", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "name": "pkgbld", |
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
19296
346