Fixed dependency for @tryghost/version-notifications-data-service

refs https://github.com/TryGhost/Toolbox/issues/292

- The version-notifications-data-service did not resolve correctly after it was removed from it's package.json. It should have been declared here from the get go!
This commit is contained in:
Naz 2022-05-09 20:00:57 +08:00
parent c5b8d073d7
commit 6bcc0fcc86

View File

@ -26,6 +26,7 @@
"sinon": "14.0.0"
},
"dependencies": {
"@tryghost/email-content-generator": "^0.1.2"
"@tryghost/email-content-generator": "^0.1.2",
"@tryghost/version-notifications-data-service": "^0.1.2"
}
}