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:
parent
b4682bf643
commit
393834ae4a
1 changed files with 3 additions and 1 deletions
|
@ -26,5 +26,7 @@
|
|||
"should": "13.2.3",
|
||||
"sinon": "13.0.2"
|
||||
},
|
||||
"dependencies": {}
|
||||
"dependencies": {
|
||||
"html-to-text": "^5.1.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue