mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue