@easy-breezy/generator-api
Advanced tools
Comparing version 2.0.24 to 2.0.25
@@ -60,3 +60,3 @@ import { dirname, join, relative } from 'path'; | ||
for (const key of keys) { | ||
if (key === 'title') { | ||
if (key === 'title' && keys.includes('type')) { | ||
delete json[key]; | ||
@@ -63,0 +63,0 @@ } |
{ | ||
"name": "@easy-breezy/generator-api", | ||
"version": "2.0.24", | ||
"version": "2.0.25", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
68565