diff --git a/scripts/create-plugin.js b/scripts/create-plugin.js index f33e804ed..237d8c15b 100755 --- a/scripts/create-plugin.js +++ b/scripts/create-plugin.js @@ -36,10 +36,10 @@ pkg.author = 'FT.com Platforms Team ' pkg.files = ['/lib', '.toolkitrc.yml'] pkg.engines = { node: '18.x || 20.x', - npm: '7.x || 8.x || 9.x' + npm: '7.x || 8.x || 9.x || 10.x' } pkg.peerDependencies = { - 'dotcom-tool-kit': '3.x' + 'dotcom-tool-kit': '4.x' } fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2))