0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Added html-to-text dependency

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

- This dependency is needed for the package to function properly. Have pinned it to a lower major than is currently available to avoid a unnecessary rabbithole of dealing with breaking changes
This commit is contained in:
Naz 2022-05-04 16:41:25 +08:00 committed by naz
parent b4682bf643
commit 393834ae4a

View file

@ -26,5 +26,7 @@
"should": "13.2.3",
"sinon": "13.0.2"
},
"dependencies": {}
"dependencies": {
"html-to-text": "^5.1.1"
}
}