chore: tweak

This commit is contained in:
pengzhanbo 2025-04-30 09:11:13 +08:00
parent a3208fc309
commit d8ca727a9f

View File

@ -44,7 +44,7 @@ export async function createPackageJson(
pkg.author = userInfo.username + (userInfo.email ? ` <${userInfo.email}>` : '')
}
pkg.license = 'MIT'
pkg.engines = { node: '^18.19.0 || ^20.6.0 || >=22.0.0' }
pkg.engines = { node: '^20.6.0 || >=22.0.0' }
}
if (injectNpmScripts) {