Skip to content

Commit

Permalink
Merge pull request #1754 from alphagov/ldeb-migration-jquery
Browse files Browse the repository at this point in the history
Add jQuery to packages to install when migrating existing prototypes
  • Loading branch information
lfdebrux authored Nov 8, 2022
2 parents 8fe04c1 + 508c2a5 commit b35eacd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/migrator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ const prepareMigration = async (kitDependency, projectDirectory) => {
'--loglevel', 'error',
kitDependency,
'govuk-frontend',
// older versions of kit came with GOV.UK Notify support, keep it
// older versions of kit come with a couple of packages out of the box, keep them
'jquery',
'notifications-node-client@5'
], {
shell: true,
Expand Down

0 comments on commit b35eacd

Please sign in to comment.