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:
parent
c5b8d073d7
commit
6bcc0fcc86
@ -26,6 +26,7 @@
|
|||||||
"sinon": "14.0.0"
|
"sinon": "14.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/email-content-generator": "^0.1.2"
|
"@tryghost/email-content-generator": "^0.1.2",
|
||||||
|
"@tryghost/version-notifications-data-service": "^0.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user