Skip to content

Commit

Permalink
backstage: update create-plugin script with latest package.json values
Browse files Browse the repository at this point in the history
  • Loading branch information
ivomurrell committed Nov 27, 2024
1 parent a6f4eb9 commit 492cb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ pkg.author = 'FT.com Platforms Team <[email protected]>'
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))
Expand Down

0 comments on commit 492cb95

Please sign in to comment.