Skip to content

Commit

Permalink
Add proxy notify meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Aug 25, 2023
1 parent 1cb0ec0 commit 29f360f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/plugins/plugin-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ function getProxyPluginConfig (packageName) {
meta: {
description: 'Add the jQuery JavaScript library to your prototype'
}
},
'notifications-node-client': {
meta: {
description: 'Send emails and SMS from GOV.UK Notify'
}
}
}
return proxyPluginConfig[packageName] ? { ...proxyPluginConfig[packageName] } : undefined
Expand Down

0 comments on commit 29f360f

Please sign in to comment.