chore: tweak
This commit is contained in:
parent
a3208fc309
commit
d8ca727a9f
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user